X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FcreateCommonPasswordCdb.php;h=ef5a30de10b217c5c8c65619c7e03159e9c10457;hb=b0e8b3a0f7fe98df50a1d92fdee47b3ee9f8b3cb;hp=e77113ac01d1984689038a8c18d65679f5499a29;hpb=58858df842f91d9ea1c9f9b6f3c767d8b204886b;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;