]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #3358 fixed another instance where link_class should be used now due to changes...
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 Apr 2011 21:44:01 +0000 (21:44 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 Apr 2011 21:44:01 +0000 (21:44 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@9050 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/embed/start.php

index 78f06c158883ebac7446dd13e2544f8ad4a39503..5efd5c8c51e28175f8235c3a168e8e53fe46759b 100644 (file)
@@ -37,7 +37,7 @@ function embed_longtext_menu($hook, $type, $items, $vars) {
                'href' => "embed?{$active_section}internal_name={$vars['name']}",
                'text' => elgg_echo('media:insert'),
                'rel' => 'facebox',
-               'class' => 'elgg-longtext-control',
+               'link_class' => 'elgg-longtext-control',
                'priority' => 1,
        ));