mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
fixed some typos
This commit is contained in:
parent
7ac4b83c39
commit
7187516718
3 changed files with 6 additions and 6 deletions
2
boot.php
2
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue