Avoid notice due to missing $ #731

Merged
annando merged 1 commits from twitter-notice into 2018.08-rc 2018-09-07 09:06:04 +02:00
1 changed files with 1 additions and 1 deletions

View 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);