From 0618c124e147cae2b11a229b21a8d0d03ed9eb61 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 28 Mar 2009 18:22:41 +0000 Subject: going back to individual entity call since group call is partially broken in elgg core --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 721e91866..6ac4ca7a5 100644 --- a/index.php +++ b/index.php @@ -39,7 +39,8 @@ set_context('search'); set_input('search_viewtype', 'gallery'); if ($owner instanceof ElggGroup) - $area2 .= list_entities_groups("album", 0, $owner->guid, 10); + $area2 .= list_entities("object", "album", $owner->guid, 10); + //$area2 .= list_entities_groups("album", 0, $owner->guid, 10); else $area2 .= list_entities("object", "album", $owner->guid, 10); -- cgit v1.2.3