fix add theme

This commit is contained in:
Kavalar 2025-01-24 14:43:08 +03:00
parent 4cbcc594b6
commit 84b366908c

View File

@ -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 {