forked from extern/egroupware
fixed error-message in the editor: method is no string
This commit is contained in:
parent
a932cc99a6
commit
4719e35a43
@ -229,7 +229,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