X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdeleteBatch.php;h=0f3c506734e4907735508531199030547c964cab;hb=5bbace1a3667997a6ecc94c2d7259615bdc4176c;hp=c3cbdebcdf9bb5954c5f6c84545714230cc3766c;hpb=f1189284588d626e257bb8cfa43e7a8d60c0453f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/deleteBatch.php b/maintenance/deleteBatch.php index c3cbdebcdf..0f3c506734 100644 --- a/maintenance/deleteBatch.php +++ b/maintenance/deleteBatch.php @@ -123,5 +123,5 @@ class DeleteBatch extends Maintenance { } } -$maintClass = "DeleteBatch"; +$maintClass = DeleteBatch::class; require_once RUN_MAINTENANCE_IF_MAIN;