Upgrade to 3.7.1
This commit is contained in:
@@ -9,8 +9,8 @@ use Kirby\Toolkit\I18n;
|
||||
* @var int $timeout
|
||||
*/
|
||||
echo I18n::template(
|
||||
'login.email.login.body',
|
||||
null,
|
||||
compact('user', 'site', 'code', 'timeout'),
|
||||
$user->language()
|
||||
'login.email.login.body',
|
||||
null,
|
||||
compact('user', 'site', 'code', 'timeout'),
|
||||
$user->language()
|
||||
);
|
||||
|
@@ -9,8 +9,8 @@ use Kirby\Toolkit\I18n;
|
||||
* @var int $timeout
|
||||
*/
|
||||
echo I18n::template(
|
||||
'login.email.password-reset.body',
|
||||
null,
|
||||
compact('user', 'site', 'code', 'timeout'),
|
||||
$user->language()
|
||||
'login.email.password-reset.body',
|
||||
null,
|
||||
compact('user', 'site', 'code', 'timeout'),
|
||||
$user->language()
|
||||
);
|
||||
|
Reference in New Issue
Block a user