summaryrefslogtreecommitdiff
path: root/inc/pageutils.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/pageutils.php')
-rw-r--r--inc/pageutils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/pageutils.php b/inc/pageutils.php
index d8c64f14e..9a255ec2e 100644
--- a/inc/pageutils.php
+++ b/inc/pageutils.php
@@ -187,7 +187,7 @@ function resolve_pageid($ns,&$page,&$exists){
}
//add hash if any
- if(!empty($hash)) $page.'#'.$hash;
+ if(!empty($hash)) $page .= '#'.$hash;
}
//Setup VIM: ex: et ts=2 enc=utf-8 :