diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-28 02:34:51 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-28 02:34:51 +0000 |
commit | 8ea9b9710f2fcc5ae3d68125758eef8c98582548 (patch) | |
tree | 023352500df06fb1586b415fe951dde2330b602a /mod | |
parent | 35a7bdb47509571c7072ff63084f51353b52e255 (diff) | |
download | elgg-8ea9b9710f2fcc5ae3d68125758eef8c98582548.tar.gz elgg-8ea9b9710f2fcc5ae3d68125758eef8c98582548.tar.bz2 |
Refs #3358. Missed Tinymce's use of class for its menu.
git-svn-id: http://code.elgg.org/elgg/trunk@9043 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r-- | mod/tinymce/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tinymce/start.php b/mod/tinymce/start.php index 1b641ff86..3b662308a 100644 --- a/mod/tinymce/start.php +++ b/mod/tinymce/start.php @@ -23,7 +23,7 @@ function tinymce_longtext_menu($hook, $type, $items, $vars) { $items[] = ElggMenuItem::factory(array( 'name' => 'tinymce_toggler', - 'class' => 'tinymce-toggle-editor elgg-longtext-control', + 'link_class' => 'tinymce-toggle-editor elgg-longtext-control', 'href' => "#{$vars['id']}", 'text' => elgg_echo('tinymce:remove'), )); |