From c667ce609dc3c1f9f071e39293f8c176d3e1c5dc Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 24 Feb 2011 01:27:47 +0000 Subject: Refs #2997 switching from title to text for menu items git-svn-id: http://code.elgg.org/elgg/trunk@8455 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/invitefriends/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/invitefriends/start.php') diff --git a/mod/invitefriends/start.php b/mod/invitefriends/start.php index e05a2e128..9ab602d37 100644 --- a/mod/invitefriends/start.php +++ b/mod/invitefriends/start.php @@ -14,7 +14,7 @@ function invitefriends_init() { $params = array( 'name' => 'invite', - 'title' => elgg_echo('friends:invite'), + 'text' => elgg_echo('friends:invite'), 'url' => "pg/invite/", 'contexts' => array('friends'), ); -- cgit v1.2.3