From 2f0ca5a8ad97307d7cbc867544688e0a24cee92f Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 17 Oct 2013 17:25:29 +0200 Subject: [PATCH] We have that value already. --- imp/lib/Editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Editor.php b/imp/lib/Editor.php index 55435d99a0f..2c223522d75 100644 --- a/imp/lib/Editor.php +++ b/imp/lib/Editor.php @@ -83,7 +83,7 @@ public function init($id = null) $buttons = $prefs->getValue('ckeditor_buttons'); if (!empty($buttons)) { - $config[] = 'toolbar: ' . $prefs->getValue('ckeditor_buttons'); + $config[] = 'toolbar: ' . $buttons; } $page_output->addInlineScript(array(