aboutsummaryrefslogtreecommitdiffstats
path: root/view/sv
diff options
context:
space:
mode:
Diffstat (limited to 'view/sv')
-rw-r--r--view/sv/htconfig.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/sv/htconfig.tpl b/view/sv/htconfig.tpl
index 76709ea75..2624695d1 100644
--- a/view/sv/htconfig.tpl
+++ b/view/sv/htconfig.tpl
@@ -31,9 +31,9 @@ $a->config['sitename'] = "My Friend Network";
// to the email address of an already registered person who can authorise
// and/or approve/deny the request.
-$a->config['register_policy'] = REGISTER_OPEN;
+$a->config['system']['register_policy'] = REGISTER_OPEN;
$a->config['register_text'] = '';
-$a->config['admin_email'] = '$adminmail';
+$a->config['system']['admin_email'] = '$adminmail';
// Maximum size of an imported message, 0 is unlimited