mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 20:51:23 +01:00
Fix etemplate request getting destroyed even though attribute changed
This commit is contained in:
parent
f78d61de3d
commit
6e973a0804
@ -867,7 +867,7 @@ class etemplate_widget
|
|||||||
'value' => $val
|
'value' => $val
|
||||||
));
|
));
|
||||||
// Don't delete it
|
// Don't delete it
|
||||||
self::$request->data_modified = true;
|
self::$request->unset_to_process('');
|
||||||
//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