]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Twitter bridge - fixed a bad call to Foreign_user
authorZach Copley <zach@controlyourself.ca>
Wed, 19 Nov 2008 20:08:39 +0000 (15:08 -0500)
committerZach Copley <zach@controlyourself.ca>
Wed, 19 Nov 2008 20:08:39 +0000 (15:08 -0500)
darcs-hash:20081119200839-7b5ce-5f4a689dde7cbed392f598d3a2fbbf7f44bb0bd9.gz

lib/twitter.php

index 6edbc3aa3eca5148bc21747c36b5c4a01014f635..5c9ef5d6f540e40107d4715270b2f4bf368f5c43 100644 (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) {