diff options
Diffstat (limited to 'templates/show_album.inc.php')
-rw-r--r-- | templates/show_album.inc.php | 1 |
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) . ' (' . $album->year . ') -- ' <?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); ?> |