X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FmigrateFileRepoLayout.php;h=6188ea14b9821f32a2261500aea2b2d040e434fb;hb=c550f06d308cd0c60b00f7c0f3c2bac8e29858b9;hp=536eddddb7f17a9b81ad43fa6f6620c8752015a9;hpb=9de578da93ec2b649340e5512db61618cc12e442;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/migrateFileRepoLayout.php b/maintenance/migrateFileRepoLayout.php index 536eddddb7..6188ea14b9 100644 --- a/maintenance/migrateFileRepoLayout.php +++ b/maintenance/migrateFileRepoLayout.php @@ -235,5 +235,5 @@ class MigrateFileRepoLayout extends Maintenance { } } -$maintClass = 'MigrateFileRepoLayout'; +$maintClass = MigrateFileRepoLayout::class; require_once RUN_MAINTENANCE_IF_MAIN;