mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +01:00
fixed error-message in the editor: method is no string
This commit is contained in:
parent
e3c43944ad
commit
73cfd5e7cc
@ -227,7 +227,7 @@
|
||||
unset($value['rows']['sel_options']);
|
||||
}
|
||||
}
|
||||
if ($value['start'] >= $total)
|
||||
if ($method && $total && $value['start'] >= $total)
|
||||
{
|
||||
$value['start'] = 0;
|
||||
$total = $obj->$method($value,$value['rows'],$readonlys['rows']);
|
||||
|
Loading…
Reference in New Issue
Block a user