mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +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
3572551aba
commit
5e2aeca700
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user