forked from friendica/friendica-addons
[blockem] Fix syntax error
This commit is contained in:
parent
6b3dc35f35
commit
6a5103964f
|
@ -125,7 +125,7 @@ function blockem_prepare_body_content_filter(array &$hook_data)
|
||||||
function blockem_display_item(array &$b = null)
|
function blockem_display_item(array &$b = null)
|
||||||
{
|
{
|
||||||
if (!empty($b['output']['body']) && strstr($b['output']['body'], 'id="blockem-wrap-')) {
|
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