mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 22:43:47 +01:00
Fix last commit to be compliant also with php 5.4
This commit is contained in:
parent
d7ca2eea75
commit
0efde556ad
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ if(LSsession :: startLSsession()) {
|
||||||
'url' => 'create.php?LSobject='.$LSobject,
|
'url' => 'create.php?LSobject='.$LSobject,
|
||||||
'action' => 'create'
|
'action' => 'create'
|
||||||
);
|
);
|
||||||
if (!empty($object -> listValidIOformats())) {
|
if ($object -> listValidIOformats()) {
|
||||||
$LSview_actions['import'] = array (
|
$LSview_actions['import'] = array (
|
||||||
'label' => 'Import',
|
'label' => 'Import',
|
||||||
'url' => 'import.php?LSobject='.$LSobject,
|
'url' => 'import.php?LSobject='.$LSobject,
|
||||||
|
|
Loading…
Reference in a new issue