Wrong constant used in docs

这个提交包含在:
Tobias Diekershoff 2019-01-30 07:21:25 +01:00
父节点 15a5d689c6
当前提交 87a814ee8d
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -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>