Remove some unused getting of non existent arguments
[lhc/web/wiklou.git] / maintenance / storage / checkStorage.php
index bc47f95..af1f9ee 100644 (file)
@@ -56,7 +56,6 @@ class CheckStorage {
        function check( $fix = false, $xml = '' ) {
                $dbr = wfGetDB( DB_SLAVE );
                if ( $fix ) {
-                       $dbw = wfGetDB( DB_MASTER );
                        print "Checking, will fix errors if possible...\n";
                } else {
                        print "Checking...\n";