Merge pull request #2441 from marcoAntonioNina/BUG-15150

BUG-15150: My Message History from Case Tracker, error... SOLVED
This commit is contained in:
julceslauhub
2014-06-10 16:51:14 -04:00

View File

@@ -1167,6 +1167,7 @@ class XmlForm_Field_Text extends XmlForm_Field_SimpleText
$html .= 'id="form[' . $this->name . ']" ';
$html .= 'name="form[' . $this->name . ']" ';
$html .= $this->NSFieldType() . ' ';
$this->enableHtml = false;
$html .= 'type="hidden" value="' . $this->htmlentities( $value, ENT_QUOTES, 'utf-8' ) . '" />';
}