* Implemented a cache for User::getMaxID()
[lhc/web/wiklou.git] / includes / SpecialLockdb.php
index 7297022..d0be5d8 100644 (file)
@@ -41,9 +41,8 @@ class DBLockForm {
                $this->reason = $wgRequest->getText( 'wpLockReason' );
        }
        
-       function showForm( $err )
-       {
-               global $wgOut, $wgUser, $wgLang;
+       function showForm( $err ) {
+               global $wgOut, $wgUser;
 
                $wgOut->setPagetitle( wfMsg( 'lockdb' ) );
                $wgOut->addWikiText( wfMsg( 'lockdbtext' ) );