Use constants instead of strings for register_policy

This commit is contained in:
Hypolite Petovan 2018-11-26 07:40:44 -05:00
parent 833c57cc35
commit 0c21bd488f
5 changed files with 5 additions and 5 deletions

View file

@ -209,7 +209,7 @@ return [
'config' => [
'admin_email' => '',
'sitename' => 'Friendica Social Network',
'register_policy' => 'REGISTER_OPEN',
'register_policy' => REGISTER_OPEN,
'register_text' => '',
],
'system' => [