includes/namespaces/user.php
changeset 832 7152ca0a0ce9
parent 801 eb8b23f11744
child 896 ddecc53004ee
--- a/includes/namespaces/user.php	Mon Feb 16 16:04:54 2009 -0500
+++ b/includes/namespaces/user.php	Mon Feb 16 16:17:25 2009 -0500
@@ -270,7 +270,7 @@
         foreach ( $comments as $comment )
         {
           $c_page_id = $paths->nslist[ $comment['namespace'] ] . sanitize_page_id($comment['page_id']);
-          if ( isset($paths->pages[ $c_page_id ]) )
+          if ( isPage($c_page_id) )
           {
             $parser->assign_bool(array(
               'page_exists' => true