mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
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
|
||||
$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
|
||||
$expand['row'] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user