Don't check namespace in SpecialWantedtemplates
[lhc/web/wiklou.git] / maintenance / populateFilearchiveSha1.php
index c579d4f..850a5a5 100644 (file)
@@ -51,6 +51,7 @@ class PopulateFilearchiveSha1 extends LoggedUpdateMaintenance {
 
                if ( !$dbw->fieldExists( $table, 'fa_sha1', __METHOD__ ) ) {
                        $this->output( "fa_sha1 column does not exist\n\n", true );
+
                        return false;
                }