r93303 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93302‎ | r93303 | r93304 >
Date:19:46, 27 July 2011
Author:hashar
Status:ok (Comments)
Tags:
Comment:
Typo in message autoblockedtext

Follow up r85951
Modified paths:
  • /trunk/phase3/includes/Exception.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Exception.php
@@ -368,7 +368,7 @@
369369
370370 parent::__construct(
371371 'blockedtitle',
372 - $block->mAuto ? 'autoblocketext' : 'blockedtext',
 372+ $block->mAuto ? 'autoblockedtext' : 'blockedtext',
373373 array(
374374 $link,
375375 $reason,

Follow-up revisions

RevisionCommit summaryAuthorDate
r93426MFT to REL1_18...hashar20:20, 28 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85951Implement user-is-blocked and wiki-is-read-only as exceptions.happy-melon14:30, 13 April 2011

Comments

#Comment by Hashar (talk | contribs)   19:47, 27 July 2011

need backport in 1.18 since it follow up r85951

Status & tagging log