From 43f43cb508df27fe2e0c0b549f22df7afee10474 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 9 Mar 2015 20:03:48 +0100 Subject: [PATCH] pumpio-Bugfix: Comments had a wrong network value in some cases. --- pumpio/pumpio.php | 1 + 1 file changed, 1 insertion(+) 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;