--- a/includes/paths.php Tue Dec 18 23:47:33 2007 -0500
+++ b/includes/paths.php Wed Dec 19 17:15:48 2007 -0500
@@ -342,7 +342,7 @@
$pid_cleaned = sanitize_page_id($this->page);
if ( $pid_cleaned != $this->page )
{
- redirect($pid_cleaned, 'Sanitizer message', 'page id sanitized', 0);
+ redirect(makeUrl($pid_cleaned), 'Sanitizer message', 'page id sanitized', 0);
}
if ( !is_array($this->cpage) )
@@ -376,6 +376,7 @@
}
}
$this->namespace = $this->cpage['namespace'];
+ $this->page_id =& $this->cpage['urlname_nons'];
if($this->namespace=='System')
{
@@ -1009,5 +1010,5 @@
}
}
-
+
?>