Commit b014a9fb authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-3879

parent 3d1ea7a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ class Hook_sitemap_comcode_page extends Hook_sitemap_page

        $path = end($details);
        $full_path = get_custom_file_base() . '/' . $path;
        if (!is_file($path)) {
        if (!is_file($full_path)) {
            $full_path = get_file_base() . '/' . $path;
        }