mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02: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']);
|
unset($value['rows']['sel_options']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($value['start'] >= $total)
|
if ($method && $total && $value['start'] >= $total)
|
||||||
{
|
{
|
||||||
$value['start'] = 0;
|
$value['start'] = 0;
|
||||||
$total = $obj->$method($value,$value['rows'],$readonlys['rows']);
|
$total = $obj->$method($value,$value['rows'],$readonlys['rows']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user