Fix broken r89643.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Tue, 7 Jun 2011 12:42:28 +0000 (12:42 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Tue, 7 Jun 2011 12:42:28 +0000 (12:42 +0000)
includes/specials/SpecialLockdb.php
languages/messages/MessagesEn.php

index b995572..4e6adcd 100644 (file)
@@ -124,7 +124,7 @@ class SpecialLockdb extends SpecialPage {
                fwrite( $fp, $this->reason );
                fwrite( $fp, "\n<p>" . wfMsgExt(
                        'lockedbyandtime',
-                       array( 'content', 'parseinline' ),
+                       array( 'content', 'parsemag' ),
                        $wgUser->getName(),
                        $wgContLang->date( wfTimestampNow() ),
                        $wgContLang->time( wfTimestampNow() )
index 537d044..01507b2 100644 (file)
@@ -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',