Incorrect blacklisting of `register_activation_method`
authorAlexander Ebert <ebert@woltlab.com>
Fri, 21 Aug 2020 11:24:46 +0000 (13:24 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 21 Aug 2020 11:24:46 +0000 (13:24 +0200)
wcfsetup/install/files/lib/system/option/OptionHandler.class.php

index 7c10f621279cbcd71d8a5abd6e83cc7624496a95..24f3d6c6bdf8ee5594e19f69255b76bf3135c4ac 100644 (file)
@@ -87,8 +87,7 @@ class OptionHandler implements IOptionHandler {
                ],
                'options' => [
                        'mail_from_address',
-                       'register_activation_method',
-               ]
+               ],
        ];
        
        /**