mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix initialization to wrong type
This commit is contained in:
parent
838daeac40
commit
48291c6016
@ -426,7 +426,7 @@ use EGroupware\Api\Etemplate;
|
||||
$config = Api\Config::read('importexport');
|
||||
if($GLOBALS['egw_info']['user']['apps']['admin'] || $config['users_create_definitions'])
|
||||
{
|
||||
$actions = '';
|
||||
$actions = [];
|
||||
// New definition
|
||||
$add_link = Egw::link('/index.php',array(
|
||||
'menuaction' => 'importexport.importexport_definitions_ui.edit',
|
||||
|
Loading…
Reference in New Issue
Block a user