Twitter bridge - fixed a bad call to Foreign_user
darcs-hash:20081119200839-7b5ce-5f4a689dde7cbed392f598d3a2fbbf7f44bb0bd9.gz
This commit is contained in:
parent
147dd16ab3
commit
e0de9c1052
@ -109,7 +109,7 @@ function save_twitter_user($twitter_id, $screen_name) {
|
|||||||
|
|
||||||
// Check to see whether the Twitter user is already in the system,
|
// Check to see whether the Twitter user is already in the system,
|
||||||
// and update its screen name and uri if so.
|
// 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) {
|
if ($fuser) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user