[twitter] Fix undefined object notice

This commit is contained in:
Hypolite Petovan 2019-06-17 09:05:14 -04:00
parent 73e045a99d
commit 5e6fcb1f95
1 changed files with 1 additions and 1 deletions

View File

@ -1549,7 +1549,7 @@ function twitter_fetchparentposts(App $a, $uid, $post, TwitterOAuth $connection,
}
if (empty($post)) {
Logger::log("twitter_fetchparentposts: Can't fetch post " . $parameters->id, Logger::DEBUG);
Logger::log("twitter_fetchparentposts: Can't fetch post " . $parameters['id'], Logger::DEBUG);
break;
}