summaryrefslogtreecommitdiffstats
path: root/play
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-09 21:22:45 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-09 21:22:45 +0000
commit561e7e0fe25233d6a2cecc6bbfafad1455418140 (patch)
tree4dbe75d715d843d111e0fcdb77e6959eeeaad731 /play
parent89146608f995fb4b9629c6915ec53a286469ffa7 (diff)
downloadampache-561e7e0fe25233d6a2cecc6bbfafad1455418140.tar.gz
ampache-561e7e0fe25233d6a2cecc6bbfafad1455418140.tar.bz2
ampache-561e7e0fe25233d6a2cecc6bbfafad1455418140.zip
sync with stable branch
Diffstat (limited to 'play')
-rw-r--r--play/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/play/index.php b/play/index.php
index 3772d8de..76b3e467 100644
--- a/play/index.php
+++ b/play/index.php
@@ -80,6 +80,7 @@ if (conf('access_control')) {
if ( isset( $uid ) ) {
$song = new Song($song_id);
$song->format_song();
+ $catalog = new Catalog($song->catalog);
// Create the user object if possible