forked from extern/egroupware
Etemplate: Fix unwanted row reset if box had no ID
This commit is contained in:
parent
f6aad0cd46
commit
b3ed6372f7
@ -73,7 +73,7 @@ class Box extends Etemplate\Widget
|
|||||||
|
|
||||||
// Expand children
|
// Expand children
|
||||||
$columns_disabled = null;
|
$columns_disabled = null;
|
||||||
if($this->children[0] && strpos($this->children[0]->id, '$') !== false)
|
if($this->id && $this->children[0] && strpos($this->children[0]->id, '$') !== false)
|
||||||
{
|
{
|
||||||
// Need to set this so the first child can repeat
|
// Need to set this so the first child can repeat
|
||||||
$expand['row'] = 0;
|
$expand['row'] = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user