From b498cef165a24dd24374dc6944230881ef8f9240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D1=91=D0=B4=D0=BE=D1=80=20=D0=9F=D0=BE=D0=B4=D0=BB?= =?UTF-8?q?=D0=B5=D1=81=D0=BD=D0=BE=D0=B2?= Date: Tue, 6 Feb 2018 15:28:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=B2?= =?UTF-8?q?=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Controller/Component.php | 1 + src/Form/Form.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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',