X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupUploadStash.php;h=61cd9c24cd4e39cf23ce8bf3eb6b1658e11531a2;hb=c99e9beff7d7c1a5a48f8d6f869a42425021c62b;hp=aeaf1503a723a1de256eee9a7281c79ddc4c0b20;hpb=2ef178072f6f46abde7bdcc2630389a8b2837557;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupUploadStash.php b/maintenance/cleanupUploadStash.php index aeaf1503a7..61cd9c24cd 100644 --- a/maintenance/cleanupUploadStash.php +++ b/maintenance/cleanupUploadStash.php @@ -152,5 +152,5 @@ class UploadStashCleanup extends Maintenance { } } -$maintClass = "UploadStashCleanup"; +$maintClass = UploadStashCleanup::class; require_once RUN_MAINTENANCE_IF_MAIN;