diff --git a/module/custom/control.php b/module/custom/control.php index 3025c6d940..7f7aa54bcd 100644 --- a/module/custom/control.php +++ b/module/custom/control.php @@ -251,6 +251,8 @@ class custom extends control } $this->custom->deleteItems("lang=$lang&module=$module§ion=$field&vision={$this->config->vision}"); + if($lang == 'all') $this->custom->deleteItems("lang=$currentLang&module=$module§ion=$field&vision={$this->config->vision}"); + $data = fixer::input('post')->get(); $emptyKey = false; foreach($data->keys as $index => $key)