aboutsummaryrefslogtreecommitdiff
path: root/mod/search
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-06-26 06:41:39 -0400
committerCash Costello <cash.costello@gmail.com>2011-06-26 06:41:39 -0400
commitb0b197ee2e73974a8b0c080086945383a863410e (patch)
tree706726a6edcfc7edeb75e7363eadd9a2687d4d62 /mod/search
parent12a4106d92db1fa3327e0cf32262544181602380 (diff)
downloadelgg-b0b197ee2e73974a8b0c080086945383a863410e.tar.gz
elgg-b0b197ee2e73974a8b0c080086945383a863410e.tar.bz2
Fixes #3614 updated use of elgg_view_entity() throughout core
Diffstat (limited to 'mod/search')
-rw-r--r--mod/search/views/default/search/entity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/search/views/default/search/entity.php b/mod/search/views/default/search/entity.php
index 2193a70d8..e04d08836 100644
--- a/mod/search/views/default/search/entity.php
+++ b/mod/search/views/default/search/entity.php
@@ -27,7 +27,7 @@ if (!$icon) {
} else {
// display a generic icon if no owner, though there will probably be
// other problems if the owner can't be found.
- $icon = elgg_view_entity($entity, 'tiny');
+ $icon = elgg_view_entity_icon($entity, 'tiny');
}
}