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 34eb2e67..a976ffbe 100644
--- a/albums.php
+++ b/albums.php
@@ -173,7 +173,6 @@ switch ($_REQUEST['action']) {
case 'show':
$album = new Album($_REQUEST['album']);
$album->format();
- Browse::reset_filters();
require Config::get('prefix') . '/templates/show_album.inc.php';
break;