pumpio-Bugfix: Comments had a wrong network value in some cases.

This commit is contained in:
Michael Vogel 2015-03-09 20:03:48 +01:00
parent 8712ebc0a3
commit 43f43cb508
1 changed files with 1 additions and 0 deletions

View 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;