mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 14:31:04 +00:00
[blockem] Fix syntax error
This commit is contained in:
parent
6b3dc35f35
commit
6a5103964f
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue