diff options
Diffstat (limited to 'mod/embed/start.php')
-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 edfcfdd3c..1a6cfce94 100644 --- a/mod/embed/start.php +++ b/mod/embed/start.php @@ -36,7 +36,7 @@ function embed_longtext_menu($hook, $type, $items, $vars) { 'text' => elgg_echo('media:insert'), 'rel' => 'facebox', 'class' => 'elgg-longtext-control', - 'weight' => 1, + 'priority' => 1, )); return $items; |