follow up r62800 fix typo
authorMark A. Hershberger <mah@users.mediawiki.org>
Mon, 22 Feb 2010 01:12:50 +0000 (01:12 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Mon, 22 Feb 2010 01:12:50 +0000 (01:12 +0000)
maintenance/deleteArchivedFiles.php

index f5d1f27..af4bbb7 100644 (file)
@@ -38,7 +38,7 @@ class DeleteArchivedFiles extends Maintenance {
                        $this->output( "Use --delete to actually confirm this script\n" );
                        return;
                }
-               $force = $this->hasOption( 'force ');
+               $force = $this->hasOption( 'force);
                # Data should come off the master, wrapped in a transaction
                $dbw = wfGetDB( DB_MASTER );
                $dbw->begin();