Issue 8680: Fix slim application error #983

Merged
AlfredSK merged 1 commit from patch-1 into develop 2020-05-23 19:09:07 +02:00
Showing only changes of commit 33fc7240e6 - Show all commits

Issue 8680: Fix slim application error

This should fix https://github.com/friendica/friendica/issues/8680
Steffen K9 2020-05-23 16:30:55 +02:00 committed by GitHub
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -417,7 +417,7 @@ function advancedcontentfilter_get_variables_guid(ServerRequestInterface $reques
throw new HTTPException\NotFoundException(DI::l10n()->t('Unknown post with guid: %s', $args['guid']));
}
$tags = Tag::populateTagsFromItem($item);
$tags = Tag::populateFromItem($item);
$item['tags'] = $tags['tags'];
$item['hashtags'] = $tags['hashtags'];