projects
/
ldapsaisie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c777d
)
index_ajax : fixed php warning
author
Benjamin Renard
<bn8@zionetrix.net>
Sun, 2 Sep 2012 18:01:10 +0000
(20:01 +0200)
committer
Benjamin Renard
<bn8@zionetrix.net>
Sun, 2 Sep 2012 18:01:10 +0000
(20:01 +0200)
public_html/index_ajax.php
patch
|
blob
|
history
diff --git
a/public_html/index_ajax.php
b/public_html/index_ajax.php
index
c40ddad
..
837ab27
100644
(file)
--- a/
public_html/index_ajax.php
+++ b/
public_html/index_ajax.php
@@
-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);
}
}
}