X-Git-Url: http://git.cyclocoop.org/ecrire?a=blobdiff_plain;f=maintenance%2FmigrateComments.php;h=c35315d71b8d10e7236495d3fde6067587d9cb64;hb=e69bcfad17d67da5113cdd75276a5f7b5cefb123;hp=c0008719500c4651e2276b6a1a5101899a8ac13a;hpb=78418f5728259c024ac3b2016e1edd0ab794c9c0;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/migrateComments.php b/maintenance/migrateComments.php index c000871950..c35315d71b 100644 --- a/maintenance/migrateComments.php +++ b/maintenance/migrateComments.php @@ -291,5 +291,5 @@ class MigrateComments extends LoggedUpdateMaintenance { } } -$maintClass = "MigrateComments"; +$maintClass = MigrateComments::class; require_once RUN_MAINTENANCE_IF_MAIN;