diff --git a/app/modules/module_shop/controllers/ThemeShopController.php b/app/modules/module_shop/controllers/ThemeShopController.php index b87afef..9562489 100644 --- a/app/modules/module_shop/controllers/ThemeShopController.php +++ b/app/modules/module_shop/controllers/ThemeShopController.php @@ -58,7 +58,7 @@ class ThemeShopController extends AdminController $zip->extractTo($tmpModuleShopDirFull); $zip->close(); - if (file_exists($tmpModuleShopDirFull . "meta/manifest.json")){ + if (file_exists($tmpModuleShopDirFull . "meta/app/manifest.json")){ $themeInfo = $this->moduleShopService->getModuleInfo($tmpModuleShopDirFull . "meta"); $themeShopForm->load($themeInfo); }