X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FshowJobs.php;h=b2fde8ed2a55dc39fa9c6912359181a8a19e9e66;hb=a8e1051d4c47f8c5b2c55b072f903fdc0469849e;hp=0c68032ef2021fae3f43a9357e1d3f85ade13e49;hpb=ae69acacf567077b3f49d1fe6c3f3770e72a9093;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/showJobs.php b/maintenance/showJobs.php index 0c68032ef2..b2fde8ed2a 100644 --- a/maintenance/showJobs.php +++ b/maintenance/showJobs.php @@ -105,5 +105,5 @@ class ShowJobs extends Maintenance { } } -$maintClass = "ShowJobs"; +$maintClass = ShowJobs::class; require_once RUN_MAINTENANCE_IF_MAIN;