Cleanup for a warning message.

This commit is contained in:
skeeter 2001-08-15 18:09:28 +00:00
parent 0166be1f58
commit b772afda7f

View File

@ -20,7 +20,7 @@
/*
This is the preliminary menuaction driver for the new multi-layered design
*/
if ($menuaction)
if (@isset($menuaction))
{
list($app,$class,$method) = explode('.',$menuaction);
if (! $app || ! $class || ! $method)