forked from extern/egroupware
Sending "... is no valid method" error now as validation error, instead just echoing it
This commit is contained in:
parent
7645b3f0c5
commit
ebf6ab3262
@ -92,8 +92,7 @@
|
||||
$obj = CreateObject($app.'.'.$class);
|
||||
if (!is_object($obj) || !method_exists($obj,$method))
|
||||
{
|
||||
echo "<p>nextmatch_widget::pre_process($name): '$value[get_rows]' is no valid method !!!</p>\n";
|
||||
//return;
|
||||
$GLOBALS['phpgw_info']['etemplate']['validation_errors'][$name] = "nextmatch_widget::pre_process($cell[name]): '$value[get_rows]' is no valid method !!!";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user