diff options
-rw-r--r-- | actions/facebookhome.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/actions/facebookhome.php b/actions/facebookhome.php index f72f08a34..b780b8cc3 100644 --- a/actions/facebookhome.php +++ b/actions/facebookhome.php @@ -71,15 +71,16 @@ class FacebookhomeAction extends FacebookAction // XXX: Do some error handling here $this->setDefaults(); - $this->showHome($flink, _('You can now use Identi.ca from Facebook!')); - + return; + } else { $msg = _('Incorrect username or password.'); } } $this->showLoginForm($msg); + } function setDefaults() |