Pass proper variable type (array) to exec

This commit is contained in:
Nathan Gray 2013-06-24 17:40:44 +00:00
parent 4ef222e7ff
commit 17634bd72a

View File

@ -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);
}