X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FpurgeChangedFiles.php;h=7d5d40b361b49c9963f80d20de83617a24a02688;hp=98054523bcfc20897ba2a247f2f139c6656a9719;hb=74426f3cf796b149f1ae445e41815bbe148640b2;hpb=9b83841b9b44457b498770b847ac72f53031c34d diff --git a/maintenance/purgeChangedFiles.php b/maintenance/purgeChangedFiles.php index 98054523bc..7d5d40b361 100644 --- a/maintenance/purgeChangedFiles.php +++ b/maintenance/purgeChangedFiles.php @@ -258,5 +258,5 @@ class PurgeChangedFiles extends Maintenance { } } -$maintClass = "PurgeChangedFiles"; +$maintClass = PurgeChangedFiles::class; require_once RUN_MAINTENANCE_IF_MAIN;