mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fixing the fix :-)
This commit is contained in:
parent
f9454e9c07
commit
e3e75bc70d
@ -208,7 +208,7 @@
|
||||
$parent->children[] = &$cell;
|
||||
return;
|
||||
}
|
||||
switch(get_type($parent) == 'Array' ? $parent['type'] : 'etemplate')
|
||||
switch($parent['type'])
|
||||
{
|
||||
case 'vbox':
|
||||
case 'hbox':
|
||||
|
Loading…
Reference in New Issue
Block a user