summaryrefslogtreecommitdiffstats
path: root/albums.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-18 02:51:59 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-18 02:51:59 +0000
commit781d77e558dda2739550b90bbfed9be89fb03ab3 (patch)
tree8c282fb7b2867bba2e6147abc50871142362ae59 /albums.php
parente912d72ed4470f1d99fcf7c0ca3efc96d5cc4093 (diff)
downloadampache-781d77e558dda2739550b90bbfed9be89fb03ab3.tar.gz
ampache-781d77e558dda2739550b90bbfed9be89fb03ab3.tar.bz2
ampache-781d77e558dda2739550b90bbfed9be89fb03ab3.zip
bunch of fixes, and some breaks for the browsing
Diffstat (limited to 'albums.php')
-rw-r--r--albums.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/albums.php b/albums.php
index be973765..6fcccb00 100644
--- a/albums.php
+++ b/albums.php
@@ -168,7 +168,6 @@ switch ($_REQUEST['action']) {
// Browse by Album
default:
case 'show':
-
$album = new Album($_REQUEST['album']);
$album->format();
Browse::reset_filters();