X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpatchSql.php;h=3ba962f96a1a155f193ea16c4c071d4ad82a228c;hb=e0b5a7ef2180e5ae137b5c9be29fea4a3ef36704;hp=bc21140945847307719da80a3aaefd5776b11e6a;hpb=a5be382adfdad4678eec18413c6a118cb3284daf;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/patchSql.php b/maintenance/patchSql.php index bc21140945..3ba962f96a 100644 --- a/maintenance/patchSql.php +++ b/maintenance/patchSql.php @@ -66,5 +66,5 @@ class PatchSql extends Maintenance { } } -$maintClass = "PatchSql"; +$maintClass = PatchSql::class; require_once RUN_MAINTENANCE_IF_MAIN;