diff -r 45e887f23282 -r 7152ca0a0ce9 includes/namespaces/user.php --- 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