// merge 5983, 5985
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ class LoggerCore extends ObjectModel
|
||||
{
|
||||
/* Send e-mail to the shop owner only if the minimal severity level has been reached */
|
||||
if (intval(Configuration::get('PS_LOGS_BY_EMAIL')) <= intval($log->severity))
|
||||
Mail::Send((int)Configuration::get('PS_LANG_DEFAULT'), 'log_alert', Mail::l('[Log] You have a new alert from your shop'), array(), Configuration::get('PS_SHOP_EMAIL'));
|
||||
Mail::Send((int)Configuration::get('PS_LANG_DEFAULT'), 'log_alert', Mail::l('Log: You have a new alert from your shop'), array(), Configuration::get('PS_SHOP_EMAIL'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user