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