From: Michael Vogel Date: Mon, 9 Mar 2015 19:03:48 +0000 (+0100) Subject: pumpio-Bugfix: Comments had a wrong network value in some cases. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=43f43cb508df27fe2e0c0b549f22df7afee10474;p=friendica-addons.git pumpio-Bugfix: Comments had a wrong network value in some cases. --- diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index 51e34e60..0e6c9c91 100644 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -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;