summaryrefslogtreecommitdiffstats
path: root/stats.php
diff options
context:
space:
mode:
authormomo-i <webmaster@momo-i.org>2011-02-03 14:03:16 +0900
committermomo-i <webmaster@momo-i.org>2011-02-03 14:03:16 +0900
commit9ce63661d1ce941dee468cec6fe197534a636f40 (patch)
tree2c89d117befdad5dfab8948979897a39d667db48 /stats.php
parent7ef24e84c6986a07be5144df4b67186f78f99d61 (diff)
downloadampache-9ce63661d1ce941dee468cec6fe197534a636f40.tar.gz
ampache-9ce63661d1ce941dee468cec6fe197534a636f40.tar.bz2
ampache-9ce63661d1ce941dee468cec6fe197534a636f40.zip
Fixed indent and add translation words
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/stats.php b/stats.php
index 55579f1b..308117cb 100644
--- a/stats.php
+++ b/stats.php
@@ -48,12 +48,12 @@ switch ($_REQUEST['action']) {
/* Get em! */
$working_user = new User($_REQUEST['user_id']);
- /* Pull favs */
- $favorite_artists = $working_user->get_favorites('artist');
- $favorite_albums = $working_user->get_favorites('album');
- $favorite_songs = $working_user->get_favorites('song');
+ /* Pull favs */
+ $favorite_artists = $working_user->get_favorites('artist');
+ $favorite_albums = $working_user->get_favorites('album');
+ $favorite_songs = $working_user->get_favorites('song');
- require_once Config::get('prefix') . '/templates/show_user_stats.inc.php';
+ require_once Config::get('prefix') . '/templates/show_user_stats.inc.php';
break;
// Show stats