mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +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();
|
LSsession :: setAjaxDisplay();
|
||||||
$object = get_LSobject_from_API_request(
|
$object = get_LSobject_from_API_request(
|
||||||
$request,
|
$request,
|
||||||
true, // instanciate object
|
true // instanciate object
|
||||||
);
|
);
|
||||||
if (!$object)
|
if (!$object)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue