From: Michael Date: Fri, 4 May 2018 21:33:15 +0000 (+0000) Subject: Ups X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dfa0dbf33f2381f4e29a0142ee80b838af0c2b9e;p=friendica.git Ups --- diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 92a01d2537..b66e1d5bfa 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);