From 02d310ab9a84f1e994639d096708546318197b96 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 1 Mar 2011 22:29:19 +0000 Subject: Fixes #3031 using 'priority' now git-svn-id: http://code.elgg.org/elgg/trunk@8545 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 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; -- cgit v1.2.3