Skip to content

Commit

Permalink
Merge pull request #37 from cdlate/patch-1
Browse files Browse the repository at this point in the history
Emil template loading will respect theme fallback
  • Loading branch information
jissereitsma authored Apr 5, 2019
2 parents 9cae452 + b07beb1 commit 0e6c051
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function getLocalePathsForFallbackScheme($design)
}

$fallbackSchemes = $fallbackModel->getFallbackScheme('frontend', $design['package'], $design['theme']);
if (!empty($fallbackSchemes)) {
if (empty($fallbackSchemes)) {
return array();
}

Expand Down

0 comments on commit 0e6c051

Please sign in to comment.