fix add theme
This commit is contained in:
parent
530908568c
commit
4cbcc594b6
@ -58,7 +58,7 @@ class ThemeShopController extends AdminController
|
|||||||
$zip->extractTo($tmpModuleShopDirFull);
|
$zip->extractTo($tmpModuleShopDirFull);
|
||||||
$zip->close();
|
$zip->close();
|
||||||
|
|
||||||
if (file_exists($tmpModuleShopDirFull . "meta/manifest.json")){
|
if (file_exists($tmpModuleShopDirFull . "meta/app/manifest.json")){
|
||||||
$themeInfo = $this->moduleShopService->getModuleInfo($tmpModuleShopDirFull . "meta");
|
$themeInfo = $this->moduleShopService->getModuleInfo($tmpModuleShopDirFull . "meta");
|
||||||
$themeShopForm->load($themeInfo);
|
$themeShopForm->load($themeInfo);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user