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