Commit 68b6871e authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4355 (URLs no longer working on menus)

parent 78fd44f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -723,7 +723,7 @@ function _render_menu_branch($branch, $codename, $source_member, $level, $type,
            ), null, false, 'MENU_BRANCH_tree'));
        }
    }
    if (($page_link == '') && ($children->is_empty())) {
    if (($page_link == '') && ($url->is_empty()) && ($children->is_empty())) {
        return array(null, false); // Nothing here!
    }