summaryrefslogtreecommitdiffstats
path: root/artists.php
diff options
context:
space:
mode:
Diffstat (limited to 'artists.php')
-rw-r--r--artists.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/artists.php b/artists.php
index 768b698d..ccd65b92 100644
--- a/artists.php
+++ b/artists.php
@@ -33,7 +33,7 @@ switch($_REQUEST['action']) {
$object_ids = $artist->get_albums();
$object_type = 'album';
require_once Config::get('prefix') . '/templates/show_artist.inc.php';
- break;
+ break;
case 'show_all_songs':
$artist = new Artist($_REQUEST['artist']);
$artist->format();