mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-29 01:59:19 +01:00
fix not working preferences GUI after ddddc5ba05
This commit is contained in:
parent
a599f9390c
commit
7525a9b186
@ -50,7 +50,7 @@ class Box extends Etemplate\Widget
|
|||||||
$old_expand = $params[1];
|
$old_expand = $params[1];
|
||||||
|
|
||||||
if ($this->id && $this->type != 'groupbox') $cname = self::form_name($cname, $this->id, $params[1]);
|
if ($this->id && $this->type != 'groupbox') $cname = self::form_name($cname, $this->id, $params[1]);
|
||||||
if (!empty($expand['cname']) && $expand['cname'] !== $cname && trim($cname))
|
if (($expand['cname'] ?? null) !== $cname && trim($cname))
|
||||||
{
|
{
|
||||||
$expand['cont'] =& self::get_array(self::$request->content, $cname);
|
$expand['cont'] =& self::get_array(self::$request->content, $cname);
|
||||||
$expand['cname'] = $cname;
|
$expand['cname'] = $cname;
|
||||||
|
Loading…
Reference in New Issue
Block a user