From: Cash Costello Date: Thu, 15 Sep 2011 02:06:06 +0000 (-0400) Subject: Fixes #3742 not including the hover menu on the personal notifications page X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=faf35b951aa039c328e5b5ffb653067e06238c2c;p=lorea%2Felgg.git Fixes #3742 not including the hover menu on the personal notifications page --- diff --git a/mod/notifications/views/default/notifications/subscriptions/forminternals.php b/mod/notifications/views/default/notifications/subscriptions/forminternals.php index 106eadc54..a7fbec2fd 100644 --- a/mod/notifications/views/default/notifications/subscriptions/forminternals.php +++ b/mod/notifications/views/default/notifications/subscriptions/forminternals.php @@ -234,7 +234,7 @@ END; true)); + echo elgg_view_entity_icon($friend, 'tiny', array('hover' => false)); ?>

" . $user->name . "

"; - $label = elgg_view_entity_icon($friend, 'tiny', array('override' => true)); + $label = elgg_view_entity_icon($friend, 'tiny', array('hover' => false)); $options[$label] = $friend->getGUID(); if ($vars['highlight'] == 'all'