From: Tobias Diekershoff Date: Wed, 30 Jan 2019 06:23:47 +0000 (+0100) Subject: at two places X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=79d933cec77504c7eafa37bf0da734e2a5100271;p=friendica.git at two places --- diff --git a/doc/Config.md b/doc/Config.md index cfe2d6d787..7eae371c28 100644 --- a/doc/Config.md +++ b/doc/Config.md @@ -242,7 +242,7 @@ register_policty = REGISTER_CLOSED
 'config' => [
-    'register_policty' => REGISTER_CLOSED,
+    'register_policy' => \Friendica\Module\Register::CLOSED,
 ],