"fixed not working xajax call, if no handler given and PHP runs with error_reporting E_ALL (undefined index ...)"

This commit is contained in:
Ralf Becker 2009-03-20 11:59:18 +00:00
parent 84e8b857f3
commit 302b6ae7e1

View File

@ -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