mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 20:27:40 +02:00
Users Plugin: fix
This commit is contained in:
@@ -297,7 +297,7 @@
|
|||||||
|
|
||||||
|
|
||||||
// Send
|
// Send
|
||||||
@mail($user['email'], __('Your new password for :site_name', 'users', array('site_name' => $site_name)), $message);
|
@mail($user['email'], __('Your new password for :site_name', 'users', array(':site_name' => $site_name)), $message);
|
||||||
|
|
||||||
// Set notification
|
// Set notification
|
||||||
Notification::set('success', __('New password has been sent', 'users'));
|
Notification::set('success', __('New password has been sent', 'users'));
|
||||||
|
Reference in New Issue
Block a user