From: Brion Vibber Date: Thu, 14 Oct 2004 04:55:06 +0000 (+0000) Subject: spaces to tabs X-Git-Tag: 1.5.0alpha1~1555 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=4fc97fa4577bc44cc3ac074726664ddc5c23ae4a;p=lhc%2Fweb%2Fwiklou.git spaces to tabs --- diff --git a/includes/SpecialWantedpages.php b/includes/SpecialWantedpages.php index 001dc30360..6171022431 100644 --- a/includes/SpecialWantedpages.php +++ b/includes/SpecialWantedpages.php @@ -44,9 +44,9 @@ class WantedPagesPage extends QueryPage { ($this->sortDescending() ? 'DESC' : ''); } - function getOrder() { - return ''; - } + function getOrder() { + return ''; + } function formatResult( $skin, $result ) { global $wgContLang;