aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-08 22:59:06 -0700
committerfriendica <info@friendica.com>2013-09-08 22:59:06 -0700
commitf5519d9c773fc323eed1fa6429864cd4d5f57738 (patch)
tree6daaebbf5a3a226a49daf92c7416a0f5f8675a63 /boot.php
parent6b0c8831ffc5ae3b5cf707e04eb38c742ffd74f3 (diff)
downloadvolse-hubzilla-f5519d9c773fc323eed1fa6429864cd4d5f57738.tar.gz
volse-hubzilla-f5519d9c773fc323eed1fa6429864cd4d5f57738.tar.bz2
volse-hubzilla-f5519d9c773fc323eed1fa6429864cd4d5f57738.zip
fix the sitename also
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 313a93f2c..2f6fda1f0 100755
--- a/boot.php
+++ b/boot.php
@@ -1228,7 +1228,7 @@ function check_config(&$a) {
$email_tpl = get_intltext_template("update_fail_eml.tpl");
$email_msg = replace_macros($email_tpl, array(
- '$sitename' => $a->config['sitename'],
+ '$sitename' => $a->config['system']['sitename'],
'$siteurl' => $a->get_baseurl(),
'$update' => $x,
'$error' => sprintf( t('Update %s failed. See error logs.'), $x)