pumpio-Bugfix: Comments had a wrong network value in some cases.
parent
8712ebc0a3
commit
43f43cb508
|
@ -1130,6 +1130,7 @@ function pumpio_dopost(&$a, $client, $uid, $self, $post, $own_id, $threadcomplet
|
||||||
$public = true;
|
$public = true;
|
||||||
|
|
||||||
$postarray = array();
|
$postarray = array();
|
||||||
|
$postarray['network'] = NETWORK_PUMPIO;
|
||||||
$postarray['gravity'] = 0;
|
$postarray['gravity'] = 0;
|
||||||
$postarray['uid'] = $uid;
|
$postarray['uid'] = $uid;
|
||||||
$postarray['wall'] = 0;
|
$postarray['wall'] = 0;
|
||||||
|
|
Loading…
Reference in New Issue