From 3013935374143a2532d0442dc834301873bc55ef Mon Sep 17 00:00:00 2001 From: "n.kolesnichenko" Date: Mon, 19 Jan 2015 10:47:43 +0300 Subject: [PATCH] Bug fix. There is no Aliasing to Model class in FormField class. --- modules/backend/classes/FormField.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/backend/classes/FormField.php b/modules/backend/classes/FormField.php index c67b6c5c6..5645e85cd 100644 --- a/modules/backend/classes/FormField.php +++ b/modules/backend/classes/FormField.php @@ -2,6 +2,7 @@ use Str; use HTML; +use Model; /** * Form Field definition @@ -102,7 +103,7 @@ class FormField * @var string Specifies a comment to accompany the field */ public $comment; - + /** * @var string Specifies the comment position. */