fix the sitename also

This commit is contained in:
friendica 2013-09-08 22:59:06 -07:00
parent 6b0c8831ff
commit f5519d9c77

View file

@ -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)