"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:57 +00:00
parent 3572551aba
commit 5e2aeca700

View File

@ -87,7 +87,7 @@ function doXMLHTTP()
if (strpos($arg0,'::') !== false && strpos($arg0,'.') === false) // static method name app_something::method 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); list($appName) = explode('_',$className);
} }
else else