Commit 1efd3ae7 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4544 (Wiki+ titles not correct (?) in multi-lang-content mode)

parent cb6aefba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -935,7 +935,7 @@ function get_wiki_page_tree(&$wiki_seen, $page_id = null, $breadcrumbs = null, $
        $page_details = $_page_details[0];
    }

    $title = get_translated_text($page_details['title']);
    $title = is_string($page_details['title']) ? $page_details['title'] : get_translated_text($page_details['title']);
    $breadcrumbs .= $title;

    // We'll be putting all children in this entire tree into a single list