← Back to team overview

phpdevshell team mailing list archive

[Bug 643382] Re: Menu items don't work if alias is empty

 

** Changed in: phpdevshell
       Status: New => Fix Committed

-- 
Menu items don't work if alias is empty
https://bugs.launchpad.net/bugs/643382
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.

Status in Open Source php gui type development framework.: Fix Committed

Bug description:
A menu item which "alias" field is empty cannot be run because a bad array lookup:

file /include/PHPDS.inc.php line 460:

$configuration['m'] = $this->my_navigation()->nav_alias[$alias];

no check is made on the existence of the item





References