Skip to content

Commit

Permalink
fix: multiple tinyMCE.init() calls generated
Browse files Browse the repository at this point in the history
  • Loading branch information
rchavik authored and fahad19 committed Jul 27, 2011
1 parent 3bce064 commit e4f8d88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/tinymce/views/helpers/tinymce.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ public function getSettings($settings = array()) {
$settings[] = Set::merge($_settings, $action);
}
}
$settings = Set::merge($_settings, $settings);
return $settings;
}

Expand Down

0 comments on commit e4f8d88

Please sign in to comment.