]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3977 not showing hover menu on avatar update in river
authorCash Costello <cash.costello@gmail.com>
Fri, 14 Oct 2011 10:16:14 +0000 (06:16 -0400)
committerCash Costello <cash.costello@gmail.com>
Fri, 14 Oct 2011 10:16:14 +0000 (06:16 -0400)
views/default/river/user/default/profileiconupdate.php

index 5c96747bdf976c3ed29a4a5bf672c8c9535e229a..90daab1a71a764c04080a95a2281bcda50fe9290 100644 (file)
@@ -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)),
 ));