From: Cash Costello Date: Fri, 14 Oct 2011 10:16:14 +0000 (-0400) Subject: Fixes #3977 not showing hover menu on avatar update in river X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=164234083c0bf56407442ee4214e7f42ebca7113;p=lorea%2Felgg.git Fixes #3977 not showing hover menu on avatar update in river --- diff --git a/views/default/river/user/default/profileiconupdate.php b/views/default/river/user/default/profileiconupdate.php index 5c96747bd..90daab1a7 100644 --- a/views/default/river/user/default/profileiconupdate.php +++ b/views/default/river/user/default/profileiconupdate.php @@ -18,5 +18,5 @@ $string = elgg_echo('river:update:user:avatar', array($subject_link)); echo elgg_view('river/item', array( 'item' => $vars['item'], 'summary' => $string, - 'attachments' => elgg_view_entity_icon($subject, 'tiny'), + 'attachments' => elgg_view_entity_icon($subject, 'tiny', array('hover' => false)), ));