Skip to content

Commit 98c6f6e

Browse files
author
Sergii Kovalenko
committed
MAGETWO-63022: [2.2] SCD does not work when multiple languages are specified.
1 parent 767bfad commit 98c6f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/View/Design/Theme/FlyweightFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public function __construct(ThemeProviderInterface $themeProvider)
4444
/**
4545
* Creates or returns a shared model of theme
4646
*
47-
* Tries to find theme in File System by specific path or load theme from DB
48-
* by specific path (e.g. adminhtml/Magento/backend) or by identifier (theme primary key)
47+
* Search for theme in File System by specific path or load theme from DB
48+
* by specific path (e.g. adminhtml/Magento/backend) or by identifier (theme primary key) and return it
4949
* Can be used to deploy static or in other setup commands, even if Magento is not installed yet.
5050
*
5151
* @param string $themeKey - Should looks like Magento/backend or should be theme primary key

0 commit comments

Comments
 (0)