From 955cd091f176d552da7e760d5c61ba1e8d692a03 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 2 Aug 2007 19:44:01 +0200 Subject: update breadcrumbs to generate metadata when necessary for use_first_heading darcs-hash:20070802174401-d26fc-d9a099773f08c1d85b4f481eb1b634d2e14eba86.gz --- inc/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') 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; } -- cgit v1.2.3