summaryrefslogtreecommitdiffstats
path: root/albums.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-12 02:52:50 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-12 02:52:50 +0000
commit693e26e2ad074f8cc9d37098a0568cd93ae30f52 (patch)
tree8588523335a337d0971df768da0456e325bb6b66 /albums.php
parent003619c52c0370f03b9edb466addaaebac13ce41 (diff)
downloadampache-693e26e2ad074f8cc9d37098a0568cd93ae30f52.tar.gz
ampache-693e26e2ad074f8cc9d37098a0568cd93ae30f52.tar.bz2
ampache-693e26e2ad074f8cc9d37098a0568cd93ae30f52.zip
commit of the patches from codeoverload to implement tagging, will not work without manual modification of database, yes.. this commit breaks things cope
Diffstat (limited to 'albums.php')
-rw-r--r--albums.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/albums.php b/albums.php
index 100637e9..26dead6f 100644
--- a/albums.php
+++ b/albums.php
@@ -171,10 +171,12 @@ switch ($_REQUEST['action']) {
// Browse by Album
default:
case 'show':
+
$album = new Album($_REQUEST['album']);
$album->format();
-
+ Browse::reset_filters();
require Config::get('prefix') . '/templates/show_album.inc.php';
+
break;
} // switch on view