r100510 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100509‎ | r100510 | r100511 >
Date:19:50, 22 October 2011
Author:hartman
Status:ok (Comments)
Tags:
Comment:
Follow up to r79085. Fixes bug 31408.

There was a typo, causing the minoredit tag not to show up in the enhanced recentchanges.
Modified paths:
  • /trunk/phase3/includes/ChangesList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ChangesList.php
@@ -1103,7 +1103,7 @@
11041104 } else {
11051105 $r .= $this->recentChangesFlags( array(
11061106 'newpage' => $type == RC_NEW,
1107 - 'mino' => $rcObj->mAttribs['rc_minor'],
 1107+ 'minor' => $rcObj->mAttribs['rc_minor'],
11081108 'unpatrolled' => $rcObj->unpatrolled,
11091109 'bot' => $rcObj->mAttribs['rc_bot'],
11101110 ) );

Follow-up revisions

RevisionCommit summaryAuthorDate
r100750REL1_18 MFT r98997, r99118, r99370, r99700, r100239, r100242, r100347, r10051...reedy21:51, 25 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79085Follow-up r79084: synchronise keys.happy-melon20:02, 27 December 2010

Comments

#Comment by Nikerabbit (talk | contribs)   19:57, 22 October 2011

Good catch.

Status & tagging log