diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php index 8feaa359e..ecc4b26ce 100644 --- a/e107_handlers/admin_ui.php +++ b/e107_handlers/admin_ui.php @@ -5423,7 +5423,7 @@ class e_admin_ui extends e_admin_controller_ui } else { - $this->getConfig()->setPref($key.'/'.e_LANGUAGE, $val); + $this->getConfig()->setPostedData($key.'/'.e_LANGUAGE, $val); } }