From 84b366908ca9afacda70a914246097376af12456 Mon Sep 17 00:00:00 2001 From: Kavalar Date: Fri, 24 Jan 2025 14:43:08 +0300 Subject: [PATCH] fix add theme --- app/modules/module_shop/controllers/ThemeShopController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/module_shop/controllers/ThemeShopController.php b/app/modules/module_shop/controllers/ThemeShopController.php index 9562489..70cd052 100644 --- a/app/modules/module_shop/controllers/ThemeShopController.php +++ b/app/modules/module_shop/controllers/ThemeShopController.php @@ -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 {