From: Siebrand Mazeland Date: Tue, 7 Jun 2011 12:42:28 +0000 (+0000) Subject: Fix broken r89643. X-Git-Tag: 1.31.0-rc.0~29639 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=b9a8dad2755cd86d7236aa52b509051d4a155648;p=lhc%2Fweb%2Fwiklou.git Fix broken r89643. --- diff --git a/includes/specials/SpecialLockdb.php b/includes/specials/SpecialLockdb.php index b99557246c..4e6adcd11f 100644 --- a/includes/specials/SpecialLockdb.php +++ b/includes/specials/SpecialLockdb.php @@ -124,7 +124,7 @@ class SpecialLockdb extends SpecialPage { fwrite( $fp, $this->reason ); fwrite( $fp, "\n

" . wfMsgExt( 'lockedbyandtime', - array( 'content', 'parseinline' ), + array( 'content', 'parsemag' ), $wgUser->getName(), $wgContLang->date( wfTimestampNow() ), $wgContLang->time( wfTimestampNow() ) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 537d044582..01507b2fd5 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3171,7 +3171,7 @@ Remember to [[Special:UnlockDB|remove the lock]] after your maintenance is compl 'lockfilenotwritable' => 'The database lock file is not writable. To lock or unlock the database, this needs to be writable by the web server.', 'databasenotlocked' => 'The database is not locked.', -'lockedbyandtime' => '(by GENDER:$1|$1}} on $2 at $3)', +'lockedbyandtime' => '(by {{GENDER:$1|$1}} on $2 at $3)', # Move page 'move-page' => 'Move $1',