Commit 2a435955 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4056 (Menu node children inclusion bug, if using keep_* parameters)

parent c7c5f52a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -178,6 +178,8 @@ function find_sitemap_object($page_link)

        $is_virtual = false;
    } else {
        $page_link = preg_replace('#:keep_\w+=[^:]*#', '', $page_link);

        $hook = mixed();
        $matches = array();
        $hooks = find_all_hooks('systems', 'sitemap');