diff options
Diffstat (limited to 'lib/class/browse.class.php')
-rw-r--r-- | lib/class/browse.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php index 37e18630..b952d749 100644 --- a/lib/class/browse.class.php +++ b/lib/class/browse.class.php @@ -858,7 +858,7 @@ class Browse { break; case 'album': show_box_top(_('Albums') . $match, $class); - Album::build_cache($object_ids); + Album::build_cache($object_ids,'extra'); require_once Config::get('prefix') . '/templates/show_albums.inc.php'; show_box_bottom(); break; |