mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Removed "insert" parameter
This commit is contained in:
parent
06da3084f5
commit
c4062ddb3b
3 changed files with 7 additions and 9 deletions
|
@ -2584,7 +2584,7 @@ class DFRN
|
|||
// Turn this into a wall post.
|
||||
$notify = Item::isRemoteSelf($importer, $item);
|
||||
|
||||
$posted_id = Item::insert($item, false, $notify);
|
||||
$posted_id = Item::insert($item, $notify);
|
||||
|
||||
if ($notify) {
|
||||
$posted_id = $notify;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue