Avoid notice due to missing $
authorMichael <heluecht@pirati.ca>
Fri, 7 Sep 2018 05:23:54 +0000 (05:23 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 7 Sep 2018 05:23:54 +0000 (05:23 +0000)
twitter/twitter.php

index 75a0604..cd1fa9f 100644 (file)
@@ -1712,7 +1712,7 @@ function twitter_fetchhometimeline(App $a, $uid)
                        $item = Item::insert($postarray, false, $notify);
                        $postarray["id"] = $item;
 
-                       logger('User ' . uid . ' posted home timeline item ' . $item);
+                       logger('User ' . $uid . ' posted home timeline item ' . $item);
                }
        }
        PConfig::set($uid, 'twitter', 'lasthometimelineid', $lastid);