[blockem] Fix syntax error (#1357)

This commit is contained in:
Philipp Holzer 2023-02-20 18:13:57 +01:00
commit 30af3b93ed
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ function blockem_prepare_body_content_filter(array &$hook_data)
function blockem_display_item(array &$b = null)
{
if (!empty($b['output']['body']) && strstr($b['output']['body'], 'id="blockem-wrap-')) {
$b['output']['thumb'] = DI::baseUrl() "/images/person-80.jpg";
$b['output']['thumb'] = DI::baseUrl() . "/images/person-80.jpg";
}
}