mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-13 10:11:22 +01:00
fix PHP Warning for undefined
This commit is contained in:
parent
61ee1b66c4
commit
49498cb263
2
json.php
2
json.php
@ -96,7 +96,7 @@ try {
|
||||
}
|
||||
else
|
||||
{
|
||||
@list($appName, $className, $functionName, $handler) = explode('.',$_GET['menuaction']);
|
||||
@list($appName, $className, $functionName, $handler) = explode('.', $_GET['menuaction'])+[null, null, null, null];
|
||||
}
|
||||
//error_log("json.php: appName=$appName, className=$className, functionName=$functionName, handler=$handler");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user