aboutsummaryrefslogtreecommitdiffstats
path: root/view/sv
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-07 10:37:50 +1100
committerfriendica <info@friendica.com>2012-10-07 10:38:23 +1100
commit059a14fefc414215b676bf5f14f4627a7867b7cb (patch)
tree545caa137fa2fcecb8a6b49d8240f163dd0f4f43 /view/sv
parent1e2da716b0abaa521fa0f2a10e795ee0d0f9da72 (diff)
downloadvolse-hubzilla-059a14fefc414215b676bf5f14f4627a7867b7cb.tar.gz
volse-hubzilla-059a14fefc414215b676bf5f14f4627a7867b7cb.tar.bz2
volse-hubzilla-059a14fefc414215b676bf5f14f4627a7867b7cb.zip
relocate register policy setting in language htconfig templates
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