Fix initialization to wrong type

This commit is contained in:
nathangray 2017-10-05 13:57:15 -06:00
parent 838daeac40
commit 48291c6016

View File

@ -426,7 +426,7 @@ use EGroupware\Api\Etemplate;
$config = Api\Config::read('importexport'); $config = Api\Config::read('importexport');
if($GLOBALS['egw_info']['user']['apps']['admin'] || $config['users_create_definitions']) if($GLOBALS['egw_info']['user']['apps']['admin'] || $config['users_create_definitions'])
{ {
$actions = ''; $actions = [];
// New definition // New definition
$add_link = Egw::link('/index.php',array( $add_link = Egw::link('/index.php',array(
'menuaction' => 'importexport.importexport_definitions_ui.edit', 'menuaction' => 'importexport.importexport_definitions_ui.edit',