Skip to content

Commit 1bf4d46

Browse files
author
Oleksandr Karpenko
committed
MAGETWO-43188: Unable to rename theme by editing theme.xml file
1 parent 7dc9e60 commit 1bf4d46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Theme/Model/Theme/Plugin/Registration.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ public function beforeDispatch(
7676
}
7777
}
7878

79+
/**
80+
* Update theme data
81+
*
82+
* @return void
83+
*/
7984
protected function updateThemeData()
8085
{
8186
$themesData = $this->themeCollection->loadData();

0 commit comments

Comments
 (0)