summaryrefslogtreecommitdiffstats
path: root/stats.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-07 04:16:31 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-07 04:16:31 +0000
commitef968888b5476ace668fd4ca186897c855b854c3 (patch)
treeea5f89ea3918e6a6cba4371c36eb4a3374518b91 /stats.php
parentde10ec0e5b0db49a0687995f27e05e9b593c12c2 (diff)
downloadampache-ef968888b5476ace668fd4ca186897c855b854c3.tar.gz
ampache-ef968888b5476ace668fd4ca186897c855b854c3.tar.bz2
ampache-ef968888b5476ace668fd4ca186897c855b854c3.zip
slight tweak to remove some potential dead ends
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats.php b/stats.php
index 63fa4f3a..e10bd0a4 100644
--- a/stats.php
+++ b/stats.php
@@ -54,7 +54,7 @@ switch ($_REQUEST['action']) {
$favorite_artists = $working_user->get_favorites('artist');
$favorite_albums = $working_user->get_favorites('album');
$favorite_songs = $working_user->get_favorites('song');
-
+break;
require_once Config::get('prefix') . '/templates/show_user_stats.inc.php';
// Onlu do this is ratings are on