diff options
author | Antoine Musso <hashar@users.mediawiki.org> | 2007-04-21 14:44:56 +0000 |
---|---|---|
committer | Antoine Musso <hashar@users.mediawiki.org> | 2007-04-21 14:44:56 +0000 |
commit | 343420d0adbb86eb4e5007b0baeaae5165ef5c32 (patch) | |
tree | ac93832dd7ffc176b75d27478b416b1de8794531 /includes/SpecialPopularpages.php | |
parent | 97872f59f1b8af9eb1d71f12071747d6fa143823 (diff) | |
download | mediawikicore-343420d0adbb86eb4e5007b0baeaae5165ef5c32.tar.gz mediawikicore-343420d0adbb86eb4e5007b0baeaae5165ef5c32.zip |
Convert whitespaces to tabulations
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21442
Diffstat (limited to 'includes/SpecialPopularpages.php')
-rw-r--r-- | includes/SpecialPopularpages.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/SpecialPopularpages.php b/includes/SpecialPopularpages.php index d5d6aeea1222..cd2f60e75161 100644 --- a/includes/SpecialPopularpages.php +++ b/includes/SpecialPopularpages.php @@ -59,11 +59,11 @@ class PopularPagesPage extends QueryPage { * Constructor */ function wfSpecialPopularpages() { - list( $limit, $offset ) = wfCheckLimits(); + list( $limit, $offset ) = wfCheckLimits(); - $ppp = new PopularPagesPage(); + $ppp = new PopularPagesPage(); - return $ppp->doQuery( $offset, $limit ); + return $ppp->doQuery( $offset, $limit ); } ?> |