forked from ZwiiCMS-Team/ZwiiCMS
Merge branch '12300' into 12400
This commit is contained in:
commit
a3ceda9653
@ -193,7 +193,7 @@ class translate extends common
|
||||
}
|
||||
if ($installedUI) {
|
||||
foreach($installedUI as $key => $value) {
|
||||
if ($store[$key]['version'] > $value['version']) {
|
||||
if (isset($store[$key]) && $store[$key]['version'] > $value['version']) {
|
||||
$this->setData(['language', $key, $store[$key]]);
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 123 B After Width: | Height: | Size: 123 B |
Loading…
Reference in New Issue
Block a user