From f5519d9c773fc323eed1fa6429864cd4d5f57738 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 8 Sep 2013 22:59:06 -0700 Subject: fix the sitename also --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') 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) -- cgit v1.2.3