← 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: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/643382

Title:
  Menu items don't work if alias is empty

Status in Open Source PHP RAD Framework with UI.:
  Fix Released

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