// merge 5983, 5985
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@5986 b9a71923-0436-4b27-9f14-aed3839534dd
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