Avoid notice due to missing $
This commit is contained in:
parent
f42f1d3b12
commit
a2cca24260
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user