mirror of
https://github.com/friendica/friendica
synced 2024-11-18 17:03:41 +00:00
Ups
This commit is contained in:
parent
1230ff146a
commit
dfa0dbf33f
1 changed files with 1 additions and 1 deletions
|
@ -2768,7 +2768,7 @@ class DFRN
|
|||
$posted_id = Item::insert($item, false, $notify);
|
||||
|
||||
if ($notify) {
|
||||
$notify = $notify;
|
||||
$posted_id = $notify;
|
||||
}
|
||||
|
||||
logger("Item was stored with id ".$posted_id, LOGGER_DEBUG);
|
||||
|
|
Loading…
Reference in a new issue