mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 02:18:28 +02:00
Need to have a name before we do namespace on the content
This commit is contained in:
parent
ebd061ea96
commit
3d50a2bc4b
@ -68,7 +68,7 @@ class etemplate_widget_grid extends etemplate_widget_box
|
|||||||
$expand =& $params[1];
|
$expand =& $params[1];
|
||||||
$old_cname = $params[0];
|
$old_cname = $params[0];
|
||||||
if ($this->id) $cname = self::form_name($cname, $this->id, $expand);
|
if ($this->id) $cname = self::form_name($cname, $this->id, $expand);
|
||||||
if ($expand['cname'] !== $cname)
|
if ($expand['cname'] !== $cname && $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…
x
Reference in New Issue
Block a user