diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-27 01:55:36 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-27 01:55:36 +0000 |
commit | 1c60afb9408f903ea7c54ac6663cc797a572d016 (patch) | |
tree | 288b030679c5cdacf09b12b31160924f319cccb2 /actions/facebookhome.php | |
parent | 26f9bf540e6db4340e85f7b936660b051148d1eb (diff) |
trac750 140 character countdown for FB app
Diffstat (limited to 'actions/facebookhome.php')
-rw-r--r-- | actions/facebookhome.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/facebookhome.php b/actions/facebookhome.php index e17c0f813..4eaf0b4f7 100644 --- a/actions/facebookhome.php +++ b/actions/facebookhome.php @@ -122,7 +122,6 @@ class FacebookhomeAction extends FacebookAction // XXX: Do some error handling here $this->setDefaults(); - //$this->showHome($flink, _('You can now use Identi.ca from Facebook!')); $this->getUpdatePermission(); return; @@ -154,6 +153,8 @@ class FacebookhomeAction extends FacebookAction $notice_form = new FacebookNoticeForm($this, $post_action, null, $post_action, $this->user); $notice_form->show(); + + } function title() |