mirror of
https://github.com/friendica/friendica
synced 2025-04-25 22:30:10 +00:00
Removed "insert" parameter
This commit is contained in:
parent
06da3084f5
commit
c4062ddb3b
3 changed files with 7 additions and 9 deletions
|
@ -511,7 +511,7 @@ class Feed {
|
|||
$notify = PRIORITY_MEDIUM;
|
||||
}
|
||||
|
||||
$id = Item::insert($item, false, $notify);
|
||||
$id = Item::insert($item, $notify);
|
||||
|
||||
Logger::info("Feed for contact " . $contact["url"] . " stored under id " . $id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue