summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorChris Smith <chris@jalakai.co.uk>2007-08-02 19:44:01 +0200
committerChris Smith <chris@jalakai.co.uk>2007-08-02 19:44:01 +0200
commit955cd091f176d552da7e760d5c61ba1e8d692a03 (patch)
treee5d844e088d948d78025548a0e70fb82d9cc1488 /inc
parent536552b118b2796ccbad1d059c415c4faad2eb36 (diff)
downloadrpg-955cd091f176d552da7e760d5c61ba1e8d692a03.tar.gz
rpg-955cd091f176d552da7e760d5c61ba1e8d692a03.tar.bz2
update breadcrumbs to generate metadata when necessary for use_first_heading
darcs-hash:20070802174401-d26fc-d9a099773f08c1d85b4f481eb1b634d2e14eba86.gz
Diffstat (limited to 'inc')
-rw-r--r--inc/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/common.php b/inc/common.php
index bed083392..4311f079f 100644
--- a/inc/common.php
+++ b/inc/common.php
@@ -241,7 +241,7 @@ function breadcrumbs(){
$name = noNSorNS($ID);
if ($conf['useheading']) {
// get page title
- $title = p_get_first_heading($ID);
+ $title = p_get_first_heading($ID,true);
if ($title) {
$name = $title;
}