Bug fix php72 notice twitter #622

Merged
MrPetovan merged 3 commits from bug/fix-php72-notice-twitter into develop 2018-06-16 16:12:33 +02:00
Showing only changes of commit fb0e99ba0e - Show all commits

View file

@ -1561,7 +1561,7 @@ function twitter_checknotification(App $a, $uid, $own_id, $top_item, $postarray)
}
}
function twitter_fetchparentposts(App $a, $uid, $post, $connection, $self, $own_id)
function twitter_fetchparentposts(App $a, $uid, $post, TwitterOAuth $connection, $self, $own_id)
{
logger("twitter_fetchparentposts: Fetching for user " . $uid . " and post " . $post->id_str, LOGGER_DEBUG);