mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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');
|
$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',
|
||||||
|
Loading…
Reference in New Issue
Block a user