diff --git a/bootstrap/classaliasmap.php b/bootstrap/classaliasmap.php index 6415732c6..e45325430 100644 --- a/bootstrap/classaliasmap.php +++ b/bootstrap/classaliasmap.php @@ -85,6 +85,7 @@ return array( 'wsResponse' => WsResponse::class, 'XMLConnection' => XMLConnection::class, 'XMLDB' => XMLDB::class, + 'xmlform' => XmlForm::class, 'XmlForm_Field' => XmlFormField::class, 'XmlForm_Field_Button' => XmlFormFieldButton::class, 'XmlForm_Field_Caption' => XmlFormFieldCaption::class,