]> git.mxchange.org Git - friendica-addons.git/commitdiff
pumpio-Bugfix: Comments had a wrong network value in some cases.
authorMichael Vogel <icarus@dabo.de>
Mon, 9 Mar 2015 19:03:48 +0000 (20:03 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 9 Mar 2015 19:03:48 +0000 (20:03 +0100)
pumpio/pumpio.php

index 51e34e60041e7f4bd27d19f0ac98f25122185461..0e6c9c91c8477cebadd19a2a9c9f757bf397f518 100644 (file)
@@ -1130,6 +1130,7 @@ function pumpio_dopost(&$a, $client, $uid, $self, $post, $own_id, $threadcomplet
                                $public = true;
 
        $postarray = array();
+        $postarray['network'] = NETWORK_PUMPIO;
        $postarray['gravity'] = 0;
        $postarray['uid'] = $uid;
        $postarray['wall'] = 0;