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

Pref single quote fix.

This commit is contained in:
Cameron 2016-10-07 09:02:32 -07:00
parent 4ac0cea664
commit 1e61f3f374

View File

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