1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Fix for apostrophe issue in multilan pref.

This commit is contained in:
Cameron
2016-10-01 14:27:55 -07:00
parent 14c7f5971e
commit f5e4266989

View File

@@ -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);
}
}