From dfa0dbf33f2381f4e29a0142ee80b838af0c2b9e Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 4 May 2018 21:33:15 +0000 Subject: [PATCH] Ups --- src/Protocol/DFRN.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);