* Fix bug#30823.

This commit is contained in:
xieqiyu
2023-01-29 14:42:13 +08:00
parent b7496913ce
commit 21947f4aac
+2
View File
@@ -251,6 +251,8 @@ class custom extends control
}
$this->custom->deleteItems("lang=$lang&module=$module&section=$field&vision={$this->config->vision}");
if($lang == 'all') $this->custom->deleteItems("lang=$currentLang&module=$module&section=$field&vision={$this->config->vision}");
$data = fixer::input('post')->get();
$emptyKey = false;
foreach($data->keys as $index => $key)