forked from extern/egroupware
Do not log toolbar widget content in error log
This commit is contained in:
parent
aa5564d569
commit
1c8b6a5976
@ -28,7 +28,6 @@ class etemplate_widget_toolbar extends etemplate_widget
|
||||
public function validate($cname, array $expand, array $content, &$validated=array())
|
||||
{
|
||||
$form_name = self::form_name($cname, $this->id, $expand);
|
||||
error_log(__METHOD__."('$cname', ".array2string($expand).", ...) $this: get_array(\$content, '$form_name')=".array2string(self::get_array($content, $form_name)));
|
||||
|
||||
if (!$this->is_readonly($cname, $form_name))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user