mirror of
https://github.com/e107inc/e107.git
synced 2025-05-01 09:48:19 +02:00
Fix for multilan prefs.
This commit is contained in:
parent
2e61d973b1
commit
ac37b92330
@ -5423,7 +5423,7 @@ class e_admin_ui extends e_admin_controller_ui
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->getConfig()->setPostedData($key.'/'.e_LANGUAGE, $val);
|
||||
$this->getConfig()->setData($key.'/'.e_LANGUAGE, str_replace("'", '"', $val));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user