From: Niklas Laxström Date: Fri, 13 Jan 2012 08:41:33 +0000 (+0000) Subject: Fix broken indentation X-Git-Tag: 1.31.0-rc.0~25308 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=0455e574cbbcd09ce845e9a4e8e8fb810ae06023;p=lhc%2Fweb%2Fwiklou.git Fix broken indentation --- diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index 5a6f93cb47..51baef9347 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -806,12 +806,12 @@ class SpecialRecentChanges extends IncludableSpecialPage { // show/hide links $showhide = array( wfMsg( 'show' ), wfMsg( 'hide' ) ); $filters = array( - 'hideminor' => 'rcshowhideminor', - 'hidebots' => 'rcshowhidebots', - 'hideanons' => 'rcshowhideanons', - 'hideliu' => 'rcshowhideliu', + 'hideminor' => 'rcshowhideminor', + 'hidebots' => 'rcshowhidebots', + 'hideanons' => 'rcshowhideanons', + 'hideliu' => 'rcshowhideliu', 'hidepatrolled' => 'rcshowhidepatr', - 'hidemyself' => 'rcshowhidemine' + 'hidemyself' => 'rcshowhidemine' ); foreach ( $this->customFilters as $key => $params ) { $filters[$key] = $params['msg'];