From 7ec6d52e7aa72ff82239f2bd88d06d3331fbbc1d Mon Sep 17 00:00:00 2001 From: gRoussac Date: Thu, 7 Mar 2013 17:53:34 +0100 Subject: [PATCH] [-] MO : Fix bug #PSCFV-8160 iframe in editor --- modules/editorial/EditorialClass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editorial/EditorialClass.php b/modules/editorial/EditorialClass.php index ea36cc090..ca0b4db60 100755 --- a/modules/editorial/EditorialClass.php +++ b/modules/editorial/EditorialClass.php @@ -60,7 +60,7 @@ class EditorialClass extends ObjectModel // Lang fields 'body_title' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName'), 'body_subheading' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName'), - 'body_paragraph' => array('type' => self::TYPE_HTML, 'lang' => true, 'validate' => 'isCleanHtml'), + 'body_paragraph' => array('type' => self::TYPE_HTML, 'lang' => true, 'validate' => 'isString'), 'body_logo_subheading' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName'), ) );