revert r106095, fix apparently not this simple
[lhc/web/wiklou.git] / includes / specials / SpecialMostrevisions.php
index 6c30e54..b025331 100644 (file)
@@ -27,7 +27,7 @@ class MostrevisionsPage extends FewestrevisionsPage {
        function __construct( $name = 'Mostrevisions' ) {
                parent::__construct( $name );
        }
-       
+
        function sortDescending() {
                return true;
        }