mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 12:04:54 +01:00
Do not log toolbar widget content in error log
This commit is contained in:
parent
fdf614beb8
commit
8ec7d08589
@ -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