mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Pref single quote fix.
This commit is contained in:
@@ -5423,7 +5423,7 @@ class e_admin_ui extends e_admin_controller_ui
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->getConfig()->setData($key.'/'.e_LANGUAGE, str_replace("'", '"', $val));
|
||||
$this->getConfig()->setData($key.'/'.e_LANGUAGE, str_replace("'", ''', $val));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user