mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Wrong constant used in docs
This commit is contained in:
parent
15a5d689c6
commit
87a814ee8d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue