Index: trunk/phase3/maintenance/deleteArchivedFiles.php |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | $this->output( "Use --delete to actually confirm this script\n" ); |
40 | 40 | return; |
41 | 41 | } |
42 | | - $force = $this->hasOption( 'force '); |
| 42 | + $force = $this->hasOption( 'force' ); |
43 | 43 | # Data should come off the master, wrapped in a transaction |
44 | 44 | $dbw = wfGetDB( DB_MASTER ); |
45 | 45 | $dbw->begin(); |