X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FrunBatchedQuery.php;h=64eca9505be668c53078218b7e5c1faa3858d6f9;hb=899f475d0dad8ea0a24f706fc8ac07e3097d6191;hp=b0a2b9242834440a0596e9a54205cd10093c107c;hpb=c6436de8f690b073c2b9315870e8c5e78a9515fb;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/runBatchedQuery.php b/maintenance/runBatchedQuery.php index b0a2b92428..64eca9505b 100644 --- a/maintenance/runBatchedQuery.php +++ b/maintenance/runBatchedQuery.php @@ -111,5 +111,5 @@ class BatchedQueryRunner extends Maintenance { } } -$maintClass = "BatchedQueryRunner"; +$maintClass = BatchedQueryRunner::class; require_once RUN_MAINTENANCE_IF_MAIN;