mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Silence error about missing row widget
This commit is contained in:
parent
ed6948a9f2
commit
57d95dde57
@ -638,7 +638,7 @@ class etemplate_widget_nextmatch extends etemplate_widget
|
|||||||
else if (!$widget || get_class($widget) != 'etemplate_widget_historylog')
|
else if (!$widget || get_class($widget) != 'etemplate_widget_historylog')
|
||||||
{
|
{
|
||||||
// Fallback based on widget names
|
// Fallback based on widget names
|
||||||
error_log(self::$request->template['name'] . ' had to fallback to run_beforeSendToClient() because it could not find the row');
|
//error_log(self::$request->template['name'] . ' had to fallback to run_beforeSendToClient() because it could not find the row');
|
||||||
$row = self::run_beforeSendToClient($row);
|
$row = self::run_beforeSendToClient($row);
|
||||||
}
|
}
|
||||||
$rows[$n-$first+$value['start']] = $row;
|
$rows[$n-$first+$value['start']] = $row;
|
||||||
|
Loading…
Reference in New Issue
Block a user