diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-19 07:24:12 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-19 07:24:12 +0000 |
commit | 739baf0396b2e6796f07616cdb9d52d09cf6ed2f (patch) | |
tree | 50312fee736ad33aaf88e1e64c6a67f14ff6a758 /actions/facebookinvite.php | |
parent | cd6b9d6c4608cc5bb524031f8de97a3dc5cc3ea9 (diff) |
trac750 Add notice input box to FB app and ability to post notices
Diffstat (limited to 'actions/facebookinvite.php')
-rw-r--r-- | actions/facebookinvite.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/facebookinvite.php b/actions/facebookinvite.php index d7e82dae7..e67bfaa00 100644 --- a/actions/facebookinvite.php +++ b/actions/facebookinvite.php @@ -69,7 +69,8 @@ class FacebookinviteAction extends FacebookAction $facebook = get_facebook(); $fbuid = $facebook->require_login(); - $this->showHeader('Invite'); + $this->showHeader(); + $this->showNav('Invite'); // Get a list of users who are already using the app for exclusion $exclude_ids = $facebook->api_client->friends_getAppUsers(); |