From e4cfe2e68832cf81e749ce1ddfd1f1568d842017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gaillard?= Date: Mon, 26 Mar 2012 15:23:56 +0000 Subject: [PATCH] [-] MO : #PNM-88 : Subject now translated --- 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,