diff options
author | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-04-09 14:27:52 +0200 |
---|---|---|
committer | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-04-09 14:27:52 +0200 |
commit | 7187516718639fe93a9fb8fa78960bce85c7eaca (patch) | |
tree | cd7c129f17fd69088a612a4d685424aa5768fee7 /boot.php | |
parent | 7ac4b83c39d841c80c39ca034971aaaa4bdf0e59 (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |