X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Foracle%2FalterSharedConstraints.php;h=7f997cb6afb7e2c32a26a21846e29945a8d9d1dd;hb=dbdbeb7af2a7f0ee00bdc4dfc1297edf0405a8fd;hp=ed412dae217d8b46f57af670bd01f20a09ee610b;hpb=b5cddfb27b0d50bd396b1ff92d022b2dec766754;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/oracle/alterSharedConstraints.php b/maintenance/oracle/alterSharedConstraints.php index ed412dae21..7f997cb6af 100644 --- a/maintenance/oracle/alterSharedConstraints.php +++ b/maintenance/oracle/alterSharedConstraints.php @@ -93,5 +93,5 @@ class AlterSharedConstraints extends Maintenance { } } -$maintClass = "AlterSharedConstraints"; +$maintClass = AlterSharedConstraints::class; require_once RUN_MAINTENANCE_IF_MAIN;