summaryrefslogtreecommitdiffstats
path: root/stream.php
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 21:47:39 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 21:48:51 -0500
commit57483216e47f46a74590fe98dea6dc36b1312b5a (patch)
tree3c5ea89e567fb2532632eea1016039720c7165d8 /stream.php
parent1069d54c85149ff1cb51563d6a1fc471695f8b47 (diff)
downloadampache-57483216e47f46a74590fe98dea6dc36b1312b5a.tar.gz
ampache-57483216e47f46a74590fe98dea6dc36b1312b5a.tar.bz2
ampache-57483216e47f46a74590fe98dea6dc36b1312b5a.zip
Rename tmpPlaylist to Tmp_Playlist
Diffstat (limited to 'stream.php')
-rw-r--r--stream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.php b/stream.php
index 94789ba5..d9b9e4ba 100644
--- a/stream.php
+++ b/stream.php
@@ -47,7 +47,7 @@ switch ($_REQUEST['action']) {
break;
/* This is run if we need to gather info based on a tmp playlist */
case 'tmp_playlist':
- $tmp_playlist = new tmpPlaylist($_REQUEST['tmpplaylist_id']);
+ $tmp_playlist = new Tmp_Playlist($_REQUEST['tmpplaylist_id']);
$media_ids = $tmp_playlist->get_items();
break;
case 'play_favorite':