diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-09 21:22:45 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-09 21:22:45 +0000 |
commit | 561e7e0fe25233d6a2cecc6bbfafad1455418140 (patch) | |
tree | 4dbe75d715d843d111e0fcdb77e6959eeeaad731 /play/index.php | |
parent | 89146608f995fb4b9629c6915ec53a286469ffa7 (diff) | |
download | ampache-561e7e0fe25233d6a2cecc6bbfafad1455418140.tar.gz ampache-561e7e0fe25233d6a2cecc6bbfafad1455418140.tar.bz2 ampache-561e7e0fe25233d6a2cecc6bbfafad1455418140.zip |
sync with stable branch
Diffstat (limited to 'play/index.php')
-rw-r--r-- | play/index.php | 1 |
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 |