summaryrefslogtreecommitdiffstats
path: root/albums.php
diff options
context:
space:
mode:
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();