summaryrefslogtreecommitdiff
path: root/includes/SpecialLockdb.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2008-03-21 11:49:34 +0100
committerPierre Schmitz <pierre@archlinux.de>2008-03-21 11:49:34 +0100
commit086ae52d12011746a75f5588e877347bc0457352 (patch)
treee73263c7a29d0f94fafb874562610e16eb292ba8 /includes/SpecialLockdb.php
parent749e7fb2bae7bbda855de3c9e319435b9f698ff7 (diff)
Update auf MediaWiki 1.12.0
Diffstat (limited to 'includes/SpecialLockdb.php')
-rw-r--r--includes/SpecialLockdb.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/SpecialLockdb.php b/includes/SpecialLockdb.php
index e57717e2..b523591c 100644
--- a/includes/SpecialLockdb.php
+++ b/includes/SpecialLockdb.php
@@ -51,7 +51,7 @@ class DBLockForm {
global $wgOut, $wgUser;
$wgOut->setPagetitle( wfMsg( 'lockdb' ) );
- $wgOut->addWikiText( wfMsg( 'lockdbtext' ) );
+ $wgOut->addWikiMsg( 'lockdbtext' );
if ( "" != $err ) {
$wgOut->setSubtitle( wfMsg( 'formerror' ) );
@@ -121,7 +121,7 @@ END
$wgOut->setPagetitle( wfMsg( 'lockdb' ) );
$wgOut->setSubtitle( wfMsg( 'lockdbsuccesssub' ) );
- $wgOut->addWikiText( wfMsg( 'lockdbsuccesstext' ) );
+ $wgOut->addWikiMsg( 'lockdbsuccesstext' );
}
public static function notWritable() {