summaryrefslogtreecommitdiffstats
path: root/templates/show_album.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-24 00:57:36 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-24 00:57:36 +0000
commit3d8ff28ac56f30075bd9c485e2ee94f486717e6f (patch)
tree46413c2ccfc5d7f99a26ecb3fe6f23ac0a9278cd /templates/show_album.inc.php
parentee64379cf4c093d589502e72036759e66671cac7 (diff)
downloadampache-3d8ff28ac56f30075bd9c485e2ee94f486717e6f.tar.gz
ampache-3d8ff28ac56f30075bd9c485e2ee94f486717e6f.tar.bz2
ampache-3d8ff28ac56f30075bd9c485e2ee94f486717e6f.zip
fixed filters being applied incorrectly, and removed un-needed query on show album
Diffstat (limited to 'templates/show_album.inc.php')
-rw-r--r--templates/show_album.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php
index 78944dbf..4bfd05e7 100644
--- a/templates/show_album.inc.php
+++ b/templates/show_album.inc.php
@@ -67,6 +67,7 @@ $title = scrub_out($album->name) . '&nbsp;(' . $album->year . ')&nbsp;--&nbsp;'
<?php
$object_ids = $album->get_songs();
Browse::set_type('song');
+ Browse::set_static_content(1);
Browse::save_objects($object_ids);
Browse::show_objects($object_ids);
?>