fix add theme

This commit is contained in:
Kavalar 2025-01-24 14:36:22 +03:00
parent 530908568c
commit 4cbcc594b6

View File

@ -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);
} }