From 17cf93419c67ed4f809d82a547ab46b431e0d71a Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 28 Apr 2011 21:44:01 +0000 Subject: Refs #3358 fixed another instance where link_class should be used now due to changes in menu code git-svn-id: http://code.elgg.org/elgg/trunk@9050 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/embed/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/embed/start.php') diff --git a/mod/embed/start.php b/mod/embed/start.php index 78f06c158..5efd5c8c5 100644 --- a/mod/embed/start.php +++ b/mod/embed/start.php @@ -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, )); -- cgit v1.2.3