projects
/
ldapsaisie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dae3178
)
index_ajax : fixed alling method of ajax function
author
Benjamin Renard
<bn8@zionetrix.net>
Sat, 1 Sep 2012 12:36:50 +0000
(14:36 +0200)
committer
Benjamin Renard
<bn8@zionetrix.net>
Sat, 1 Sep 2012 12:36:50 +0000
(14:36 +0200)
public_html/index_ajax.php
patch
|
blob
|
history
diff --git
a/public_html/index_ajax.php
b/public_html/index_ajax.php
index
44c70cd
..
c40ddad
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);
+ call_user_func(array($class,$meth),$data);
}
}
}