Fix: [pumpio] Wrong variable name in "if" / Some reworked parts #631

Merged
annando merged 5 commits from pumpio-fix into develop 2018-06-29 18:31:04 +02:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit a39b9b47d2 - Show all commits

View file

@ -1062,7 +1062,6 @@ function statusnet_createpost(App $a, $uid, $post, $self, $create_user, $only_ex
$postarray = [];
$postarray['network'] = NETWORK_STATUSNET;
$postarray['gravity'] = 0;
$postarray['uid'] = $uid;
$postarray['wall'] = 0;

View file

@ -1311,7 +1311,6 @@ function twitter_createpost(App $a, $uid, $post, $self, $create_user, $only_exis
{
$postarray = [];
$postarray['network'] = NETWORK_TWITTER;
$postarray['gravity'] = 0;
$postarray['uid'] = $uid;
$postarray['wall'] = 0;
$postarray['uri'] = "twitter::" . $post->id_str;