Wrong constant used in docs

This commit is contained in:
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>