X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FcopyJobQueue.php;h=dc70e9c20329402687b548f4058e6c9bb9785a99;hp=7dd40b839fe705efbe0f226cd28e4f8e7b7bb868;hb=e90012d5581801045910f31ddefa9aee52e39d39;hpb=6f680554ceb988f3895184167d5006d722a0afb3 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;