revert r106095, fix apparently not this simple
[lhc/web/wiklou.git] / includes / specials / SpecialUnlockdb.php
index d3da785..2e77254 100644 (file)
@@ -81,7 +81,7 @@ class SpecialUnlockdb extends FormSpecialPage {
 
        public function onSuccess() {
                $out = $this->getOutput();
-               $out->setSubtitle( wfMsg( 'unlockdbsuccesssub' ) );
+               $out->addSubtitle( $this->msg( 'unlockdbsuccesssub' ) );
                $out->addWikiMsg( 'unlockdbsuccesstext' );
        }
 }