From 7ce7c756e83386803bea3fb543d5b21fbd9db980 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Mon, 12 Jan 2009 00:42:42 +0000 Subject: trac750 Exclude Facebook friends who are already using Identi.ca app from invitee list --- lib/facebookaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/facebookaction.php') diff --git a/lib/facebookaction.php b/lib/facebookaction.php index ddf81c034..3a00c71dd 100644 --- a/lib/facebookaction.php +++ b/lib/facebookaction.php @@ -48,7 +48,7 @@ class FacebookAction extends Action common_element('fb:tab-item', array('title' => 'Home', 'href' => 'index.php', 'selected' => ($selected == 'Home'))); - common_element('fb:tab-item', array('title' => 'Invite Friends', + common_element('fb:tab-item', array('title' => 'Invite', 'href' => 'invite.php', 'selected' => ($selected == 'Invite'))); common_element('fb:tab-item', array('title' => 'Settings', -- cgit v1.2.3-54-g00ecf