]> git.mxchange.org Git - friendica.git/commitdiff
Ups
authorMichael <heluecht@pirati.ca>
Fri, 4 May 2018 21:33:15 +0000 (21:33 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 4 May 2018 21:33:15 +0000 (21:33 +0000)
src/Protocol/DFRN.php

index 92a01d2537fb395033874e7587fac4e281999a2f..b66e1d5bfa9f954eff6a285246df368fa542838c 100644 (file)
@@ -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);