mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
Fix PHP5 error compatibility in last commit
This commit is contained in:
parent
0ec390e1fe
commit
724e9acedd
1 changed files with 1 additions and 1 deletions
|
@ -1778,7 +1778,7 @@ function handle_api_LSobject_relation($request) {
|
|||
LSsession :: setAjaxDisplay();
|
||||
$object = get_LSobject_from_API_request(
|
||||
$request,
|
||||
true, // instanciate object
|
||||
true // instanciate object
|
||||
);
|
||||
if (!$object)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue