mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
switch off talkative setElementAttribute
This commit is contained in:
parent
b4372023bb
commit
e4deb0f0a5
@ -873,7 +873,7 @@ class etemplate_widget
|
||||
'key' => $attr,
|
||||
'value' => $val
|
||||
));
|
||||
error_log(__METHOD__."('$name', '$attr', ...) ".function_backtrace());
|
||||
//error_log(__METHOD__."('$name', '$attr', ...) ".function_backtrace());
|
||||
}
|
||||
if (isset($this)) $this->attrs[$attr] = $val;
|
||||
if (!is_null($val)) $ref = $val;
|
||||
|
Loading…
Reference in New Issue
Block a user