This commit is contained in:
Rémi Gaillard
2013-07-18 18:34:10 +02:00
parent 354622857f
commit ac02e5191a
2 changed files with 2 additions and 3 deletions
@@ -2060,7 +2060,7 @@ class AdminProductsControllerCore extends AdminController
if ($this->isProductFieldUpdated($field) && ($value = Tools::getValue($field)))
{
$res = true;
if (Tools::strtolower($function) == 'isCleanHtml')
if (Tools::strtolower($function) == 'iscleanhtml')
{
if (!Validate::$function($value, (int)Configuration::get('PS_ALLOW_HTML_IFRAME')))
$res = false;