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,