Wrong constant used in docs

This commit is contained in:
Tobias Diekershoff 2019-01-30 07:21:25 +01:00
parent 15a5d689c6
commit 87a814ee8d
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ $a->config['register_policy'] = REGISTER_CLOSED;
</pre></td> </pre></td>
<td><pre> <td><pre>
'config' => [ 'config' => [
'register_policty' => REGISTER_CLOSED, 'register_policy' => \Friendica\Module\Register::CLOSED,
], ],
</pre></td> </pre></td>
</tr> </tr>