spaces to tabs
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 14 Oct 2004 04:55:06 +0000 (04:55 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 14 Oct 2004 04:55:06 +0000 (04:55 +0000)
includes/SpecialWantedpages.php

index 001dc30..6171022 100644 (file)
@@ -44,9 +44,9 @@ class WantedPagesPage extends QueryPage {
                        ($this->sortDescending() ? 'DESC' : '');
        }
 
-        function getOrder() {
-                return '';
-        }
+       function getOrder() {
+               return '';
+       }
 
        function formatResult( $skin, $result ) {
                global $wgContLang;