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 51e34e6..0e6c9c9 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;