diff --git a/etemplate/inc/class.nextmatch_widget.inc.php b/etemplate/inc/class.nextmatch_widget.inc.php index 86f7340fa0..0893820b2b 100644 --- a/etemplate/inc/class.nextmatch_widget.inc.php +++ b/etemplate/inc/class.nextmatch_widget.inc.php @@ -92,8 +92,7 @@ $obj = CreateObject($app.'.'.$class); if (!is_object($obj) || !method_exists($obj,$method)) { - echo "

nextmatch_widget::pre_process($name): '$value[get_rows]' is no valid method !!!

\n"; - //return; + $GLOBALS['phpgw_info']['etemplate']['validation_errors'][$name] = "nextmatch_widget::pre_process($cell[name]): '$value[get_rows]' is no valid method !!!"; } else {