r75507 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75506‎ | r75507 | r75508 >
Date:10:45, 27 October 2010
Author:reedy
Status:ok
Tags:
Comment:
More tab/space fail from r75477
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.class.php
@@ -1179,10 +1179,10 @@
11801180 {
11811181 case FR_PRISTINE:
11821182 $minLevels = self::$minPL;
1183 - break;
 1183+ break;
11841184 case FR_QUALITY:
11851185 $minLevels = self::$minQL;
1186 - break;
 1186+ break;
11871187 default:
11881188 $minLevels = self::$minSL;
11891189 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75477Add break to switch in quickTags, otherwise they're just falling through...reedy22:21, 26 October 2010

Status & tagging log