From 5b46ab033667dbe2f2a98407b799181c5b680a3c Mon Sep 17 00:00:00 2001 From: yarik Date: Tue, 29 Nov 2016 19:24:27 +0200 Subject: [PATCH] Fixes --- views/brand/_form_language.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/brand/_form_language.php b/views/brand/_form_language.php index fa4b770..a8eb5fa 100755 --- a/views/brand/_form_language.php +++ b/views/brand/_form_language.php @@ -1,6 +1,7 @@ textarea([ 'rows' => 6 ]) ?> field($model_lang, '[' . $language->id . ']history') - ->textarea([ 'rows' => 6 ]) ?> + ->widget(CKEditor::className()) ?> -- libgit2 0.21.4