From d673905d33d3e9a21060629d1bc52c0d11479805 Mon Sep 17 00:00:00 2001 From: Fabian Blechschmidt Date: Fri, 24 Apr 2020 11:46:04 +0200 Subject: [PATCH] Update Email.php Remove explicit call to translation to avoid 2nd call --- app/code/core/Mage/ProductAlert/Model/Email.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/code/core/Mage/ProductAlert/Model/Email.php b/app/code/core/Mage/ProductAlert/Model/Email.php index 083970ce960..befdc725820 100644 --- a/app/code/core/Mage/ProductAlert/Model/Email.php +++ b/app/code/core/Mage/ProductAlert/Model/Email.php @@ -255,7 +255,6 @@ public function send() $appEmulation = Mage::getSingleton('core/app_emulation'); $initialEnvironmentInfo = $appEmulation->startEnvironmentEmulation($storeId); - Mage::app()->getTranslator()->init('frontend', true); if ($this->_type == 'price') { $this->_getPriceBlock()