X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcopyJobQueue.php;h=dc70e9c20329402687b548f4058e6c9bb9785a99;hb=0bc629fefc76e78a7bcc78ec905e740a9c25e3b4;hp=7dd40b839fe705efbe0f226cd28e4f8e7b7bb868;hpb=fc5dced1ce8151b0354e0efda28a7542713f9cbe;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/copyJobQueue.php b/maintenance/copyJobQueue.php index 7dd40b839f..dc70e9c203 100644 --- a/maintenance/copyJobQueue.php +++ b/maintenance/copyJobQueue.php @@ -94,5 +94,5 @@ class CopyJobQueue extends Maintenance { } } -$maintClass = 'CopyJobQueue'; +$maintClass = CopyJobQueue::class; require_once RUN_MAINTENANCE_IF_MAIN;