Fixed issues in r72940 - missing $ in release notes and remnant of ResourceLoaderUser...
[lhc/web/wiklou.git] / maintenance / deleteArchivedFiles.inc
index bcbdbc1..e0ac225 100644 (file)
@@ -51,7 +51,7 @@ class DeleteArchivedFilesImplementation {
                        } else {
                                $output->handleOutput( "Notice - file '$key' not found in group '$group'\n" );
                                if ( $force ) {
-                                       $outpu->handleOutput( "Got --force, deleting DB entry\n" );
+                                       $output->handleOutput( "Got --force, deleting DB entry\n" );
                                        $dbw->query( "DELETE FROM $tbl_arch WHERE fa_id = $id" );
                                }
                        }