From 1c60afb9408f903ea7c54ac6663cc797a572d016 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Tue, 27 Jan 2009 01:55:36 +0000 Subject: trac750 140 character countdown for FB app --- actions/facebookhome.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actions/facebookhome.php') 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() -- cgit v1.2.3-54-g00ecf