summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-29 08:01:12 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-29 08:01:12 +0000
commitc53ca35a0d401b1ccb8b8c805f0bc7a643bd8aad (patch)
tree0470631cc769c8c75810a5fa23c0df28ddd6180c /templates
parent49ad05da3ef7b7d0ee54e2385d8391343e30108b (diff)
downloadampache-c53ca35a0d401b1ccb8b8c805f0bc7a643bd8aad.tar.gz
ampache-c53ca35a0d401b1ccb8b8c805f0bc7a643bd8aad.tar.bz2
ampache-c53ca35a0d401b1ccb8b8c805f0bc7a643bd8aad.zip
fixed install, fixed default sort on single album view
Diffstat (limited to 'templates')
-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 7f20a7eb..59ebe83a 100644
--- a/templates/show_album.inc.php
+++ b/templates/show_album.inc.php
@@ -87,6 +87,7 @@ $title = scrub_out($album->name) . '&nbsp;(' . $album->year . ')' . $disk .'&nb
<?php
Browse::set_type('song');
Browse::set_filter('album', $album->id);
+ Browse::set_sort('track','ASC');
Browse::get_objects();
Browse::show_objects();
?>