This commit is contained in:
2025-01-24 15:14:36 +03:00
parent fc70051761
commit 68b5741f46
123 changed files with 11739 additions and 2 deletions

View File

@ -250,9 +250,9 @@ class ThemeService
}
if (isset($manifest['theme_kernel_path'])) {
$fileHelper->copy_folder($tmpThemeDirFull . "meta/kernel", $manifest['theme_app_path']);
$fileHelper->copy_folder($tmpThemeDirFull . "meta/kernel", $manifest['theme_kernel_path']);
} else {
$fileHelper->copy_folder($tmpThemeDirFull . "meta/kernel", APP_DIR . '/themes/' . $manifest['slug']);
$fileHelper->copy_folder($tmpThemeDirFull . "meta/kernel", KERNEL_DIR . '/app_themes/' . $manifest['slug']);
}
if (isset($manifest['resource_path'])) {