← Back to team overview

phpdevshell team mailing list archive

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

 

Public bug reported:

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

** Affects: phpdevshell
     Importance: Low
     Assignee: Ross Kuyper (rosskuyper)
         Status: New


** Tags: sef

** Tags added: sef

** Changed in: phpdevshell
   Importance: Undecided => Low

** Changed in: phpdevshell
     Assignee: (unassigned) => Ross Kuyper (rosskuyper)

** Changed in: phpdevshell
    Milestone: None => 3.0.0b4

-- 
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.: New

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





Follow ups

References