mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Preference needs this to not get changed here, otherwise validation doesn't find what it needs
This commit is contained in:
parent
6af3e37bed
commit
0a95588642
@ -209,7 +209,7 @@ class Widget
|
||||
// expand attributes values, otherwise eg. validation can not use attrs referencing to content
|
||||
if ($value[0] == '@' || strpos($value, '$cont') !== false)
|
||||
{
|
||||
$template->attrs[$reader->name] = $value = self::expand_name($value, null, null, null, null,
|
||||
$value = self::expand_name($value, null, null, null, null,
|
||||
isset(self::$cont) ? self::$cont : self::$request->content);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user