diff options
Diffstat (limited to 'inc/common.php')
-rw-r--r-- | inc/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/common.php b/inc/common.php index 2c200cf5a..df1017f61 100644 --- a/inc/common.php +++ b/inc/common.php @@ -236,7 +236,7 @@ function breadcrumbs(){ } // page names - $name = noNS($ID); + $name = noNSorNS($ID); if ($conf['useheading']) { // get page title $title = p_get_first_heading($ID); |