X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdeleteBatch.php;h=0f3c506734e4907735508531199030547c964cab;hb=1ec03b34109639d2f20458525ac6359734792dd6;hp=c3cbdebcdf9bb5954c5f6c84545714230cc3766c;hpb=8a95833baed3b8071fcbd8cd2bc8c3449409f665;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;