diff --git a/src/Controller/Component.php b/src/Controller/Component.php index 6830190..3cd678d 100644 --- a/src/Controller/Component.php +++ b/src/Controller/Component.php @@ -11,6 +11,7 @@ function applyComponents($text) { class ComponentRequest { public $component_id; + public $component_title; public $r; function __construct($c, HttpRequest $r) { diff --git a/src/Form/Form.php b/src/Form/Form.php index efd6d01..47a1854 100644 --- a/src/Form/Form.php +++ b/src/Form/Form.php @@ -88,7 +88,7 @@ class Form_Form extends View_View { 'upload' => 'TUpload', 'image' => 'TUpload', 'checkbox' => 'TCheckbox', - 'checkmany' => 'TSelectMany', + 'checkmany' => 'Form_SelectMany', 'hidden' => 'THidden', 'radio' => 'Form_SelectOne', 'filebrowser' => 'TComponentBrowserInput',