mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
index_ajax : fixed alling method of ajax function
This commit is contained in:
parent
dae3178ac9
commit
1ee9e8aa08
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);
|
||||
call_user_func(array($class,$meth),$data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue