diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-28 21:44:01 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-28 21:44:01 +0000 |
commit | 17cf93419c67ed4f809d82a547ab46b431e0d71a (patch) | |
tree | c3a12edf569bd19ad9933eb18989249749052158 /mod/embed | |
parent | 50a787d97dd18be567652a09daa6998368158764 (diff) | |
download | elgg-17cf93419c67ed4f809d82a547ab46b431e0d71a.tar.gz elgg-17cf93419c67ed4f809d82a547ab46b431e0d71a.tar.bz2 |
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
Diffstat (limited to 'mod/embed')
-rw-r--r-- | mod/embed/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, )); |