summaryrefslogtreecommitdiff
path: root/lib/twitter.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2008-11-19 15:08:39 -0500
committerZach Copley <zach@controlyourself.ca>2008-11-19 15:08:39 -0500
commite0de9c10523460c902a4bc28c0d9dbc97b560f78 (patch)
treea20ee0c7570d62b0addb9f9b146d65646abd022d /lib/twitter.php
parent147dd16ab3f1d03a6bee8b3c8bf93170acab4ba9 (diff)
Twitter bridge - fixed a bad call to Foreign_user
darcs-hash:20081119200839-7b5ce-5f4a689dde7cbed392f598d3a2fbbf7f44bb0bd9.gz
Diffstat (limited to 'lib/twitter.php')
-rw-r--r--lib/twitter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/twitter.php b/lib/twitter.php
index 6edbc3aa3..5c9ef5d6f 100644
--- a/lib/twitter.php
+++ b/lib/twitter.php
@@ -109,7 +109,7 @@ function save_twitter_user($twitter_id, $screen_name) {
// Check to see whether the Twitter user is already in the system,
// and update its screen name and uri if so.
- $fuser = Foreign_User::getForeignUser($twitter_id, 1);
+ $fuser = Foreign_user::getForeignUser($twitter_id, 1);
if ($fuser) {