diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 92a01d253..b66e1d5bf 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -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);