From 78688fffe56a76aa352cab4e4d0298d4c8418ff6 Mon Sep 17 00:00:00 2001 From: fGaillard Date: Mon, 26 Mar 2012 15:23:56 +0000 Subject: [PATCH] [-] MO : #PNM-88 : Subject now translated git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14268 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/mailalerts/mailalerts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mailalerts/mailalerts.php b/modules/mailalerts/mailalerts.php index 1b66d16a4..4b9bb8893 100644 --- a/modules/mailalerts/mailalerts.php +++ b/modules/mailalerts/mailalerts.php @@ -335,7 +335,7 @@ class MailAlerts extends Module // Filling-in vars for email $template = 'new_order'; - $subject = $this->l('New order', $id_lang).' - '.sprintf('%06d', $order->id); + $subject = $this->l('New order', false, $id_lang).' - '.sprintf('%06d', $order->id); $template_vars = array( '{firstname}' => $customer->firstname, '{lastname}' => $customer->lastname,