diff options
Diffstat (limited to 'actions')
-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() |