mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
index_ajax : fixed php warning
This commit is contained in:
parent
f1c777d7a3
commit
a50c080de2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if (!isset($_ERRORS)) {
|
|||
if (LSsession :: loadLSclass($class)) {
|
||||
$meth = 'ajax_'.$_REQUEST['action'];
|
||||
if (method_exists($class,$meth)) {
|
||||
call_user_func(array($class,$meth),$data);
|
||||
$class :: $meth($data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue