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/en/htconfig.tpl | |
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/en/htconfig.tpl')
-rw-r--r-- | view/en/htconfig.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index de699a5f1..6b42f08a6 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -31,7 +31,7 @@ $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['system']['admin_email'] = '$adminmail'; |