diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-04 20:04:07 -0500 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-04 20:04:07 -0500 |
commit | fd6f9b9d7622f280f92810770deb217eb7301c14 (patch) | |
tree | 63cdbd1aeff69b33a9740360d97cdc4ffda404dd /actions/facebookhome.php | |
parent | d57c06b4171fbed9f059c53d66f6b313d9303d6d (diff) |
trac750 Automatically update linked Facebook users' statuses
darcs-hash:20090105010407-7b5ce-559da13720b18e3c570e730326f5e5ef2b2dc1ab.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 dcdb102e6..a23d1aa07 100644 --- a/actions/facebookhome.php +++ b/actions/facebookhome.php @@ -36,7 +36,7 @@ class FacebookhomeAction extends FacebookAction $user = null; - $facebook = $this->get_facebook(); + $facebook = get_facebook(); $fbuid = $facebook->require_login(); # check to see whether there's already a Facebook link for this user |