From 0f81411b265995fae37a6cd43cb2c5378429733c Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Wed, 16 Nov 2016 13:21:13 +0100 Subject: [PATCH] Bugfix: avatar images for activty like was not shown notifications page --- include/NotificationsManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/NotificationsManager.php b/include/NotificationsManager.php index 274f6061f1..13a2534e1e 100644 --- a/include/NotificationsManager.php +++ b/include/NotificationsManager.php @@ -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']