forked from extern/egroupware
Cleanup for a warning message.
This commit is contained in:
parent
0166be1f58
commit
b772afda7f
@ -20,7 +20,7 @@
|
|||||||
/*
|
/*
|
||||||
This is the preliminary menuaction driver for the new multi-layered design
|
This is the preliminary menuaction driver for the new multi-layered design
|
||||||
*/
|
*/
|
||||||
if ($menuaction)
|
if (@isset($menuaction))
|
||||||
{
|
{
|
||||||
list($app,$class,$method) = explode('.',$menuaction);
|
list($app,$class,$method) = explode('.',$menuaction);
|
||||||
if (! $app || ! $class || ! $method)
|
if (! $app || ! $class || ! $method)
|
||||||
|
Loading…
Reference in New Issue
Block a user