Skip to content

Commit

Permalink
Update Email.php
Browse files Browse the repository at this point in the history
Remove explicit call to translation to avoid 2nd call
  • Loading branch information
Schrank authored and sreichel committed May 10, 2020
1 parent 849059b commit d673905
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/code/core/Mage/ProductAlert/Model/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d673905

Please sign in to comment.