summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {