forked from extern/egroupware
added 2. attr. for nextmatch
This commit is contained in:
parent
0666aebaba
commit
ee4894e01e
@ -158,7 +158,8 @@
|
|||||||
switch ($parent)
|
switch ($parent)
|
||||||
{
|
{
|
||||||
case 'nextmatch':
|
case 'nextmatch':
|
||||||
$embeded = new etemplate($cell['size'],$etempl->as_array());
|
list($tpl) = explode(',',$cell['size']);
|
||||||
|
$embeded = new etemplate($tpl,$etempl->as_array());
|
||||||
if ($embeded_too)
|
if ($embeded_too)
|
||||||
{
|
{
|
||||||
$this->etempl2grid($embeded,&$root,$embeded_too);
|
$this->etempl2grid($embeded,&$root,$embeded_too);
|
||||||
|
Loading…
Reference in New Issue
Block a user