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 74dc13cea..b44255c34 100644 --- a/inc/common.php +++ b/inc/common.php @@ -131,7 +131,7 @@ function breadcrumbs(){ $name = noNS($ID); if ($conf['useheading']) { // get page title - $title = getFirstHeading(io_readFile($file)); + $title = p_get_first_heading($ID); if ($title) { $name = $title; } |