summaryrefslogtreecommitdiffstats
path: root/lib/class/browse.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-08 05:39:11 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-08 05:39:11 +0000
commitca95e29152dec5ab7402911da20e197f822ce8ee (patch)
tree7ca4e421625b9a5ff00ca3cce35e4ced1d140564 /lib/class/browse.class.php
parent73e70d7d9989e49fc7c34613bbcb1f5f339b3f2c (diff)
downloadampache-ca95e29152dec5ab7402911da20e197f822ce8ee.tar.gz
ampache-ca95e29152dec5ab7402911da20e197f822ce8ee.tar.bz2
ampache-ca95e29152dec5ab7402911da20e197f822ce8ee.zip
added "extra" caching for the album object
Diffstat (limited to 'lib/class/browse.class.php')
-rw-r--r--lib/class/browse.class.php2
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;