From 059a14fefc414215b676bf5f14f4627a7867b7cb Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 7 Oct 2012 10:37:50 +1100 Subject: relocate register policy setting in language htconfig templates --- view/es/htconfig.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/es') diff --git a/view/es/htconfig.tpl b/view/es/htconfig.tpl index 6158f6a33..52b6233ec 100644 --- a/view/es/htconfig.tpl +++ b/view/es/htconfig.tpl @@ -31,9 +31,9 @@ $a->config['sitename'] = "La Mia Rete di Amici"; // 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 -- cgit v1.2.3