fixed error-message in the editor: method is no string

This commit is contained in:
Ralf Becker 2006-10-19 19:05:48 +00:00
parent e3c43944ad
commit 73cfd5e7cc

View File

@ -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']);