forked from friendica/friendica-addons
Merge pull request #93 from annando/master
twitter/statusnet mirroring: misspelled variable
This commit is contained in:
commit
830b1e3ddc
|
@ -812,7 +812,7 @@ function statusnet_fetchtimeline($a, $uid) {
|
|||
if ($post->id > $lastid)
|
||||
$lastid = $post->id;
|
||||
|
||||
if ($firsttime)
|
||||
if ($first_time)
|
||||
continue;
|
||||
|
||||
if (is_object($post->retweeted_status))
|
||||
|
|
|
@ -616,7 +616,7 @@ function twitter_fetchtimeline($a, $uid) {
|
|||
if ($post->id_str > $lastid)
|
||||
$lastid = $post->id_str;
|
||||
|
||||
if ($firsttime)
|
||||
if ($first_time)
|
||||
continue;
|
||||
|
||||
if (!strpos($post->source, $application_name)) {
|
||||
|
|
Loading…
Reference in a new issue