Merge pull request #2441 from marcoAntonioNina/BUG-15150
BUG-15150: My Message History from Case Tracker, error... SOLVED
This commit is contained in:
@@ -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' ) . '" />';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user