]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #3358. Missed Tinymce's use of class for its menu.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 Apr 2011 02:34:51 +0000 (02:34 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 Apr 2011 02:34:51 +0000 (02:34 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@9043 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/tinymce/start.php

index 1b641ff866afcda9f5ab8412cd4a10eab5e8cec8..3b662308ab657c929e3d2513e1e2fce0361d76bb 100644 (file)
@@ -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'),
        ));