mirror of
https://github.com/friendica/friendica
synced 2025-04-21 13:50:11 +00:00
Merge branch '2019.01-rc' into bug/6334-escape-get-app
This commit is contained in:
commit
e447375cdd
27 changed files with 136 additions and 72 deletions
|
@ -771,7 +771,7 @@ class User
|
|||
If you ever want to delete your account, you can do so at %3$s/removeme
|
||||
|
||||
Thank you and welcome to %2$s.',
|
||||
$user['email'], $sitename, $siteurl, $user['username'], $password
|
||||
$user['nickname'], $sitename, $siteurl, $user['username'], $password
|
||||
));
|
||||
|
||||
return notification([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue