From 9f648894ff46d0e91e543afc81b671b734bd8bf3 Mon Sep 17 00:00:00 2001 From: David Callizaya Date: Tue, 15 Aug 2017 15:25:38 -0400 Subject: [PATCH] HOR-3700 Fix XmlFormFieldTextPm class name --- gulliver/system/class.xmlform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index 1418fbc38..0f5c93422 100644 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -5410,7 +5410,7 @@ class XmlForm 'text' => XmlFormFieldText::class, 'textarea' => XmlFormFieldTextarea::class, 'textareapm' => XmlFormFieldTextareaPM::class, - 'textpm' => XmlFormFieldTextPM::class, + 'textpm' => XmlFormFieldTextPm::class, 'title' => XmlFormFieldTitle::class, 'toolbar' => XmlFormFieldToolBar::class, 'toolbutton' => XmlFormFieldToolButton::class,