From: Antoine Musso Date: Wed, 27 Jul 2011 19:46:56 +0000 (+0000) Subject: Typo in message autoblockedtext X-Git-Tag: 1.31.0-rc.0~28586 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=be9b7258e7fcc9b356315475dd697ed485a878cc;p=lhc%2Fweb%2Fwiklou.git Typo in message autoblockedtext Follow up r85951 --- diff --git a/includes/Exception.php b/includes/Exception.php index 8cce9a0e56..5a972ca358 100644 --- a/includes/Exception.php +++ b/includes/Exception.php @@ -368,7 +368,7 @@ class UserBlockedError extends ErrorPageError { parent::__construct( 'blockedtitle', - $block->mAuto ? 'autoblocketext' : 'blockedtext', + $block->mAuto ? 'autoblockedtext' : 'blockedtext', array( $link, $reason,