Replace REGISTER_* constants by Module\Register::* ones

This commit is contained in:
Hypolite Petovan 2018-12-27 20:56:15 -05:00
commit cef6757c92
20 changed files with 75 additions and 47 deletions

View file

@ -31,7 +31,7 @@ return [
'config' => [
'admin_email' => 'admin@friendica.local',
'sitename' => 'Friendica Social Network',
'register_policy' => REGISTER_OPEN,
'register_policy' => \Friendica\Module\Register::OPEN,
'register_text' => '',
],
'system' => [