Twitter bridge - fixed a bad call to Foreign_user

darcs-hash:20081119200839-7b5ce-5f4a689dde7cbed392f598d3a2fbbf7f44bb0bd9.gz
This commit is contained in:
Zach Copley 2008-11-19 15:08:39 -05:00
parent 147dd16ab3
commit e0de9c1052
1 changed files with 1 additions and 1 deletions

View File

@ -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) {