From: Tobias Diekershoff Date: Wed, 30 Jan 2019 06:21:25 +0000 (+0100) Subject: Wrong constant used in docs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=87a814ee8d9f61d7c845d46bb26a7e60c413fd9f;p=friendica.git Wrong constant used in docs --- diff --git a/doc/Config.md b/doc/Config.md index a187331dd6..cfe2d6d787 100644 --- a/doc/Config.md +++ b/doc/Config.md @@ -142,7 +142,7 @@ $a->config['register_policy'] = REGISTER_CLOSED;
 'config' => [
-    'register_policty' => REGISTER_CLOSED,
+    'register_policy' => \Friendica\Module\Register::CLOSED,
 ],