// merge 5983, 5985

This commit is contained in:
tDidierjean
2011-04-19 14:59:39 +00:00
parent 11096964e2
commit 5286dc7e50
3 changed files with 78 additions and 1 deletions
+1 -1
View File
@@ -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'));
}
/**