Comments

mrfelton’s picture

Status: Active » Needs review
StatusFileSize
new1.45 KB

I get a lot more undefined index warnings than that. Attached patch resolves.

elliotttf’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new1.17 KB

The check for if (is_array($nav)) should actually not be necessary since $nav is defined as an array directly above that line, but otherwise this works as stated. Re-rolled the patch to remove the unneeded code.