aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorAlexander Kampmann <programmer@nurfuerspam.de>2012-04-09 14:27:52 +0200
committerAlexander Kampmann <programmer@nurfuerspam.de>2012-04-09 14:27:52 +0200
commit7187516718639fe93a9fb8fa78960bce85c7eaca (patch)
treecd7c129f17fd69088a612a4d685424aa5768fee7 /boot.php
parent7ac4b83c39d841c80c39ca034971aaaa4bdf0e59 (diff)
downloadvolse-hubzilla-7187516718639fe93a9fb8fa78960bce85c7eaca.tar.gz
volse-hubzilla-7187516718639fe93a9fb8fa78960bce85c7eaca.tar.bz2
volse-hubzilla-7187516718639fe93a9fb8fa78960bce85c7eaca.zip
fixed some typos
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 56476be0b..eb2805f5f 100644
--- a/boot.php
+++ b/boot.php
@@ -672,7 +672,7 @@ if(! function_exists('check_config')) {
'$sitename' => $a->config['sitename'],
'$siteurl' => $a->get_baseurl(),
'$update' => $x,
- '$error' => $ex->getMessage());
+ '$error' => $ex->getMessage()));
$subject=sprintf(t('Update Error at %s'), $a->get_baseurl());
mail($a->config['admin_email'], $subject, $text,