Skip to content

Commit 48fcb26

Browse files
committed
Merge commit 'refs/pull/5741/head' of https://github.com/magento/magento2 into MAGETWO-58368
2 parents 9d0c8f9 + bdf6230 commit 48fcb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Email/Model/AbstractTemplate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ public function getTemplateFilter()
669669
*/
670670
public function emulateDesign($storeId, $area = self::DEFAULT_DESIGN_AREA)
671671
{
672-
if ($storeId) {
672+
if ($storeId !== false) {
673673
// save current design settings
674674
$this->emulatedDesignConfig = clone $this->getDesignConfig();
675675
if (

0 commit comments

Comments
 (0)