aboutsummaryrefslogtreecommitdiffstats
path: root/htconfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'htconfig.php')
-rw-r--r--htconfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/htconfig.php b/htconfig.php
index de7674c9a..8b265131f 100644
--- a/htconfig.php
+++ b/htconfig.php
@@ -35,7 +35,7 @@ $a->config['sitename'] = "Friendica Social Network";
// In order to perform system administration via the admin panel, admin_email
// must precisely match the email address of the person logged in.
-$a->config['register_policy'] = REGISTER_OPEN;
+$a->config['system']['register_policy'] = REGISTER_OPEN;
$a->config['register_text'] = '';
$a->config['admin_email'] = '';