Skip to content

Commit

Permalink
fix: do not set forced area in template, fixes #14968
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf committed May 10, 2018
1 parent 5ed3aa3 commit 0ae1230
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/code/Magento/Theme/Model/Design/Config/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ private function getTemplateText($templateId, DesignConfigInterface $designConfi
if (is_numeric($templateId)) {
$template->load($templateId);
} else {
$template->setForcedArea($templateId);
$template->loadDefault($templateId);
}
$text = $template->getTemplateText();
Expand Down

0 comments on commit 0ae1230

Please sign in to comment.