diff options
author | friendica <info@friendica.com> | 2012-10-07 10:37:50 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-07 10:38:23 +1100 |
commit | 059a14fefc414215b676bf5f14f4627a7867b7cb (patch) | |
tree | 545caa137fa2fcecb8a6b49d8240f163dd0f4f43 /view/de | |
parent | 1e2da716b0abaa521fa0f2a10e795ee0d0f9da72 (diff) | |
download | volse-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/de')
-rw-r--r-- | view/de/htconfig.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/de/htconfig.tpl b/view/de/htconfig.tpl index 76709ea75..2624695d1 100644 --- a/view/de/htconfig.tpl +++ b/view/de/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 |