mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Tell request not to get cleaned up, something changed
This commit is contained in:
parent
18bf4a4ebd
commit
bca1696866
@ -877,6 +877,8 @@ class etemplate_widget
|
||||
'key' => $attr,
|
||||
'value' => $val
|
||||
));
|
||||
// Don't delete it
|
||||
self::$request->data_modified = true;
|
||||
//error_log(__METHOD__."('$name', '$attr', ...) ".function_backtrace());
|
||||
}
|
||||
if (isset($this)) $this->attrs[$attr] = $val;
|
||||
|
Loading…
Reference in New Issue
Block a user