* Fix explicit s-maxage=0 on raw pages; should help with proxy issues in
[lhc/web/wiklou.git] / includes / SpecialLockdb.php
index 7297022..a07c1d8 100644 (file)
@@ -35,15 +35,14 @@ function wfSpecialLockdb() {
  */
 class DBLockForm {
        var $reason = '';
-       
+
        function DBLockForm() {
                global $wgRequest;
                $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' ) );