mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
"fixed not working xajax call, if no handler given and PHP runs with error_reporting E_ALL (undefined index ...)"
This commit is contained in:
parent
84e8b857f3
commit
302b6ae7e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user