Merge pull request #980 from annando/item-insert
Self merging, since @MrPetovan approved it - and it would otherwise create issues when not merged now.
This commit is contained in:
commit
59cfb05c3a
1 changed files with 1 additions and 1 deletions
|
@ -1814,7 +1814,7 @@ function twitter_fetchhometimeline(App $a, $uid)
|
|||
}
|
||||
}
|
||||
|
||||
$item = Item::insert($postarray, false, $notify);
|
||||
$item = Item::insert($postarray, $notify);
|
||||
$postarray["id"] = $item;
|
||||
|
||||
Logger::log('User ' . $uid . ' posted home timeline item ' . $item);
|
||||
|
|
Loading…
Reference in a new issue