diff options
Diffstat (limited to 'htconfig.php')
-rw-r--r-- | htconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htconfig.php b/htconfig.php index 8b265131f..dc46d646c 100644 --- a/htconfig.php +++ b/htconfig.php @@ -37,7 +37,7 @@ $a->config['sitename'] = "Friendica Social Network"; $a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = ''; +$a->config[system']['admin_email'] = ''; // Maximum size of an imported message, 0 is unlimited |