From 4606134bb7d1924dc4f7c54da4ccdf1bcbefd89c Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 3 Sep 2009 23:58:30 +0000 Subject: preparing for a bug to be fixed in Elgg with the fullview parameter --- pages/tagged.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/tagged.php') diff --git a/pages/tagged.php b/pages/tagged.php index 0bc562f5b..fb07b392c 100644 --- a/pages/tagged.php +++ b/pages/tagged.php @@ -25,7 +25,7 @@ set_context('search'); set_input('search_viewtype', 'gallery'); // need to force gallery view - $body .= list_entities_from_relationship('phototag', $guid, false, 'object', 'image'); + $body .= list_entities_from_relationship('phototag', $guid, false, 'object', 'image', 0, 10, false); // Set up submenus if (isloggedin()) { -- cgit v1.2.3