For MediaWiki (recent comments | status changes | tags | authors | states | release notes | statistics)
Index: trunk/phase3/includes/SpecialRecentchanges.php =================================================================== --- trunk/phase3/includes/SpecialRecentchanges.php (revision 19943) +++ trunk/phase3/includes/SpecialRecentchanges.php (revision 19944) @@ -624,7 +624,7 @@ $skin = $wgUser->getSkin(); $completeText = '<p>' . $skin->formatComment( $comment ) . "</p>\n"; - if( $title->getNamespace() >= 0 ) { + if( $title->getNamespace() >= 0 && $title->userCan( 'read' ) ) { if( $oldid ) { wfProfileIn( "$fname-dodiff" );