mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Pass proper variable type (array) to exec
This commit is contained in:
parent
4ef222e7ff
commit
17634bd72a
@ -965,6 +965,7 @@ class importexport_definitions_ui
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
$content = array();
|
||||||
$etpl = new etemplate(self::_appname.'.import_definition');
|
$etpl = new etemplate(self::_appname.'.import_definition');
|
||||||
return $etpl->exec(self::_appname.'.importexport_definitions_ui.import_definition',$content,array(),$readonlys,$preserv);
|
return $etpl->exec(self::_appname.'.importexport_definitions_ui.import_definition',$content,array(),$readonlys,$preserv);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user