diff --git a/xajax.php b/xajax.php index 45a33982bc..325eff7b4b 100644 --- a/xajax.php +++ b/xajax.php @@ -87,7 +87,7 @@ function doXMLHTTP() if (strpos($arg0,'::') !== false && strpos($arg0,'.') === false) // static method name app_something::method { - list($className,$functionName,$handler) = explode('::',$arg0); + @list($className,$functionName,$handler) = explode('::',$arg0); list($appName) = explode('_',$className); } else