Some more notices in addons

This commit is contained in:
Michael 2018-08-01 17:28:55 +00:00
parent b8d0930665
commit 74353e7f2d
3 changed files with 7 additions and 3 deletions

View file

@ -778,6 +778,7 @@ function pumpio_fetchtimeline(App $a, $uid)
$success = $client->CallAPI($url, 'GET', [], ['FailOnAccessError'=>true], $user);
} else {
$success = false;
$user = [];
}
if (!$success) {