X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FeraseArchivedFile.php;h=24e88bc3ba24adce5378a74707280ad68f63f516;hb=203f7aba8c4d3279cd9de7cb479f08b80fb1800a;hp=49fadaa2d80233338267d45ae90e98b744b71da9;hpb=f79c9e6ca3c02090d6d56eaecb2ab90d4198b2b9;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/eraseArchivedFile.php b/maintenance/eraseArchivedFile.php index 49fadaa2d8..24e88bc3ba 100644 --- a/maintenance/eraseArchivedFile.php +++ b/maintenance/eraseArchivedFile.php @@ -109,6 +109,7 @@ class EraseArchivedFile extends Maintenance { $this->output( "Deleted version '$key' ($ts) of file '$name'\n" ); } else { $this->output( "Failed to delete version '$key' ($ts) of file '$name'\n" ); + // @phan-suppress-next-line PhanUndeclaredMethod $this->output( print_r( $status->getErrorsArray(), true ) ); } } else {