X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcreateCommonPasswordCdb.php;h=ef5a30de10b217c5c8c65619c7e03159e9c10457;hb=074baa39f5e3abd5b5d59ce497f1825658c71f00;hp=e77113ac01d1984689038a8c18d65679f5499a29;hpb=b72c4df18b00b3948f0319fa5b01f969e1b92dbd;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/createCommonPasswordCdb.php b/maintenance/createCommonPasswordCdb.php index e77113ac01..ef5a30de10 100644 --- a/maintenance/createCommonPasswordCdb.php +++ b/maintenance/createCommonPasswordCdb.php @@ -114,5 +114,5 @@ class GenerateCommonPassword extends Maintenance { } } -$maintClass = "GenerateCommonPassword"; +$maintClass = GenerateCommonPassword::class; require_once RUN_MAINTENANCE_IF_MAIN;