diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-06-18 13:35:32 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-06-18 13:35:32 +0200 |
commit | 796bafb3af11c7e4722b0053c663919808740953 (patch) | |
tree | 4836ed5823f246fd9ce9ed53374a7a050dd58f64 /inc/pageutils.php | |
parent | 1808c8dab0847f1c4b85b16d3d9544497e1c53a2 (diff) | |
download | rpg-796bafb3af11c7e4722b0053c663919808740953.tar.gz rpg-796bafb3af11c7e4722b0053c663919808740953.tar.bz2 |
updated hierarchical breadcrumbs
Third part of the global start series
darcs-hash:20060618113532-7ad00-46a62cc819c41ead8a16bc3f6c6d1bf67d9c6bf4.gz
Diffstat (limited to 'inc/pageutils.php')
-rw-r--r-- | inc/pageutils.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/pageutils.php b/inc/pageutils.php index 29cb0379c..f9d182aac 100644 --- a/inc/pageutils.php +++ b/inc/pageutils.php @@ -309,7 +309,6 @@ function resolve_pageid($ns,&$page,&$exists){ }else{ // fall back to default $page = $page.$conf['start']; - $exists = false; } }else{ //check alternative plural/nonplural form |