forked from extern/egroupware
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,
|
'key' => $attr,
|
||||||
'value' => $val
|
'value' => $val
|
||||||
));
|
));
|
||||||
|
// Don't delete it
|
||||||
|
self::$request->data_modified = true;
|
||||||
//error_log(__METHOD__."('$name', '$attr', ...) ".function_backtrace());
|
//error_log(__METHOD__."('$name', '$attr', ...) ".function_backtrace());
|
||||||
}
|
}
|
||||||
if (isset($this)) $this->attrs[$attr] = $val;
|
if (isset($this)) $this->attrs[$attr] = $val;
|
||||||
|
Loading…
Reference in New Issue
Block a user