diff options
-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, )); |