Wrong constant used in docs

Este commit está contenido en:
Tobias Diekershoff 2019-01-30 07:21:25 +01:00
padre 15a5d689c6
commit 87a814ee8d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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