mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:50:10 +00:00
Merge pull request #8026 from nupplaphil/task/l10n_immutable
Make L10n immutable
This commit is contained in:
commit
a9220aa83b
7 changed files with 114 additions and 171 deletions
|
@ -228,6 +228,7 @@ class Register extends BaseModule
|
|||
// Only send a password mail when the password wasn't manually provided
|
||||
if (empty($_POST['password1']) || empty($_POST['confirm'])) {
|
||||
$res = Model\User::sendRegisterOpenEmail(
|
||||
L10n::withLang($arr['language']),
|
||||
$user,
|
||||
Config::get('config', 'sitename'),
|
||||
$base_url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue