diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-06 15:57:38 -0500 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-06 15:57:38 -0500 |
commit | 4bb522c3faa23a738c1a47440759aff741925d78 (patch) | |
tree | cfef803e5628c6678ffc61796117d1b4637b4290 /actions/facebookhome.php | |
parent | 5e061d2060702516328a723ad6c9577eb0aa782d (diff) |
trac750 better settings tab workflow
darcs-hash:20090106205738-7b5ce-e80f73130a1f699e8d33f31c63cf90ee259b72cd.gz
Diffstat (limited to 'actions/facebookhome.php')
-rw-r--r-- | actions/facebookhome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/facebookhome.php b/actions/facebookhome.php index 069ea5e75..6206fb6c2 100644 --- a/actions/facebookhome.php +++ b/actions/facebookhome.php @@ -75,7 +75,7 @@ class FacebookhomeAction extends FacebookAction $flink_id = $flink->insert(); if ($flink_id) { - echo '<fb:success message="You can now use the Identi.ca from Facebook!" />'; + echo '<fb:success message="You can now use Identi.ca from Facebook!" />'; } $this->show_home($facebook, $fbuid, $user); |