mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 06:29:49 +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
0ccd9cbe0c
commit
c8a1d88bd8
@ -320,6 +320,10 @@ class Nextmatch extends Etemplate\Widget
|
||||
}
|
||||
//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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user