self::updateAvatar($id, $ret['photo'], $update);
}
- if (empty($guid)) {
- $uriid = ItemURI::getIdByURI($ret['url']);
- } else {
- $uriid = ItemURI::insert(['uri' => $ret['url'], 'guid' => $guid]);
- }
+ $uriid = ItemURI::insert(['uri' => $ret['url'], 'guid' => $guid]);
if (!$update) {
self::updateContact($id, $uid, $contact['url'], $ret['url'], ['failed' => false, 'last-update' => $updated, 'success_update' => $updated]);
}
if (empty($id)) {
- Logger::notice('No picture id was detected', ['parameters' => $parameters]);
+ Logger::notice('No picture id was detected', ['parameters' => $parameters, 'query' => DI::args()->getQueryString()]);
throw new HTTPException\NotFoundException(DI::l10n()->t('The Photo is not available.'));
}