diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-09-03 23:58:30 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-09-03 23:58:30 +0000 |
commit | 4606134bb7d1924dc4f7c54da4ccdf1bcbefd89c (patch) | |
tree | 0d55e7abe6d859cecfe3b4c6409ea5d53d6f64ea /pages/tagged.php | |
parent | 2ae1490a0bd5b2350b8b0d61191c2febc96cb4b5 (diff) | |
download | elgg-4606134bb7d1924dc4f7c54da4ccdf1bcbefd89c.tar.gz elgg-4606134bb7d1924dc4f7c54da4ccdf1bcbefd89c.tar.bz2 |
preparing for a bug to be fixed in Elgg with the fullview parameter
Diffstat (limited to 'pages/tagged.php')
-rw-r--r-- | pages/tagged.php | 2 |
1 files changed, 1 insertions, 1 deletions
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()) {
|