X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FeraseArchivedFile.php;h=24e88bc3ba24adce5378a74707280ad68f63f516;hb=f0c24143231d90ff409ddee62c853e8b6e1522bb;hp=49fadaa2d80233338267d45ae90e98b744b71da9;hpb=a891b8643c35ffacfda59d9208778195c39c3d9b;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 {