X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FmigrateFileRepoLayout.php;h=6188ea14b9821f32a2261500aea2b2d040e434fb;hb=f15d6aaa972209072bed2ffa92d8ed2e506612b7;hp=536eddddb7f17a9b81ad43fa6f6620c8752015a9;hpb=57fb649603a94ea8244c50be0070d3074ca14d6e;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;