Bugfix: avatar images for activty like was not shown notifications page

This commit is contained in:
rabuzarus 2016-11-16 13:21:13 +01:00
parent e4a625ad12
commit 0f81411b26
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ class NotificationsManager {
$notif = array(
'label' => 'like',
'link' => $this->a->get_baseurl(true).'/display/'.$it['pguid'],
'$image' => proxy_url($it['author-avatar'], false, PROXY_SIZE_MICRO),
'image' => proxy_url($it['author-avatar'], false, PROXY_SIZE_MICRO),
'text' => sprintf(t("%s liked %s's post"), $it['author-name'], $it['pname']),
'when' => relative_date($it['created']),
'seen' => $it['seen']