r83881 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83880‎ | r83881 | r83882 >
Date:11:06, 14 March 2011
Author:reedy
Status:ok
Tags:
Comment:
Fixup whitespace
Modified paths:
  • /trunk/phase3/includes/specials/SpecialFewestrevisions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialFewestrevisions.php
@@ -32,7 +32,7 @@
3333 function __construct( $name = 'Fewestrevisions' ) {
3434 parent::__construct( $name );
3535 }
36 -
 36+
3737 function isExpensive() {
3838 return true;
3939 }
@@ -56,8 +56,7 @@
5757 // useful to remove this. People _do_ create pages
5858 // and never revise them, they aren't necessarily
5959 // redirects.
60 - 'GROUP BY' => 'page_namespace, page_title, ' .
61 - 'page_is_redirect' )
 60+ 'GROUP BY' => 'page_namespace, page_title, page_is_redirect' )
6261 );
6362 }
6463

Status & tagging log