Skip to content

Commit

Permalink
We have that value already.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 17, 2013
1 parent 26356b8 commit 2f0ca5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2f0ca5a

Please sign in to comment.