mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
web端主题安装错误修复
This commit is contained in:
@ -536,8 +536,8 @@ class ThemeAdminService
|
||||
'type' => 'webtheme',
|
||||
'config' => $data,
|
||||
'plugins' => $theme,
|
||||
'author' => $data['author'],
|
||||
'ver' => isset($data['version']) ? $data['version'] : $data['ver'],
|
||||
'author' => isset($data['author']) ? $data['author'] : '',
|
||||
'ver' => isset($data['version']) ? $data['version'] : (isset($data['ver']) ? $data['ver'] : ''),
|
||||
];
|
||||
$ret = StoreService::PluginsLegalCheck($check_params);
|
||||
MyCache($key, $ret, 3600);
|
||||
|
||||
Reference in New Issue
Block a user