X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FrunJobs.php;h=51c52be61997bffdfe531e6f3c39ab07b4ef468d;hb=47444f72c33e629215719a4bdb8fe5bcb05480c5;hp=0874538b19bc06d315e07b6cebf23099191e14bc;hpb=58858df842f91d9ea1c9f9b6f3c767d8b204886b;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/runJobs.php b/maintenance/runJobs.php index 0874538b19..51c52be619 100644 --- a/maintenance/runJobs.php +++ b/maintenance/runJobs.php @@ -118,5 +118,5 @@ class RunJobs extends Maintenance { } } -$maintClass = "RunJobs"; +$maintClass = RunJobs::class; require_once RUN_MAINTENANCE_IF_MAIN;