mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
fix TypeError: Argument 6 passed to Nextmatch::call_get_rows() must be an instance of Etemplate\Widget or null
fix calendar edit gives an error when using [Save] button in list-view
This commit is contained in:
parent
1fe784ad3c
commit
86ec8ee17d
@ -319,6 +319,10 @@ class Nextmatch extends Etemplate\Widget
|
|||||||
}
|
}
|
||||||
//error_log($this . " Valid filters: " . array2string($filters));
|
//error_log($this . " Valid filters: " . array2string($filters));
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$template = null; // get_rows method requires null, not false
|
||||||
|
}
|
||||||
|
|
||||||
if (true) $value = $value_in = array_merge($value, $filters);
|
if (true) $value = $value_in = array_merge($value, $filters);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user