]> git.mxchange.org Git - friendica.git/commitdiff
Wrong constant used in docs
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 30 Jan 2019 06:21:25 +0000 (07:21 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 30 Jan 2019 06:21:25 +0000 (07:21 +0100)
doc/Config.md

index a187331dd645cb3f34ddec3349e312fbafd5c8fd..cfe2d6d7877fce3e7f5d6b6e1edfe72e6f4911bf 100644 (file)
@@ -142,7 +142,7 @@ $a->config['register_policy'] = REGISTER_CLOSED;
 </pre></td>
                     <td><pre>
 'config' => [
-    'register_policty' => REGISTER_CLOSED,
+    'register_policy' => \Friendica\Module\Register::CLOSED,
 ],
 </pre></td>
         </tr>