mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +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
|
||||
{
|
||||
$content = array();
|
||||
$etpl = new etemplate(self::_appname.'.import_definition');
|
||||
return $etpl->exec(self::_appname.'.importexport_definitions_ui.import_definition',$content,array(),$readonlys,$preserv);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user