Skip to content

Commit

Permalink
Issue backdrop#101: Adding CKEditor to standard profile. Fixing filte…
Browse files Browse the repository at this point in the history
…r tests.
  • Loading branch information
quicksketch committed Jun 24, 2015
1 parent d4c688b commit 7a6f29a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ function ckeditor_get_settings($format, $existing_settings) {

// Add the style list if configured.
$style_list = array();
if ($format->editor_settings['plugins']['style']['style_list']) {
if (!empty($format->editor_settings['plugins']['style']['style_list'])) {
$style_list = $format->editor_settings['plugins']['style']['style_list'];
}

Expand Down

0 comments on commit 7a6f29a

Please sign in to comment.