diff options
Diffstat (limited to 'albums.php')
-rw-r--r-- | albums.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -168,7 +168,6 @@ switch ($_REQUEST['action']) { // Browse by Album default: case 'show': - $album = new Album($_REQUEST['album']); $album->format(); Browse::reset_filters(); |