summaryrefslogtreecommitdiffstats
path: root/lib/class/democratic.class.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 /lib/class/democratic.class.php
parent1069d54c85149ff1cb51563d6a1fc471695f8b47 (diff)
downloadampache-57483216e47f46a74590fe98dea6dc36b1312b5a.tar.gz
ampache-57483216e47f46a74590fe98dea6dc36b1312b5a.tar.bz2
ampache-57483216e47f46a74590fe98dea6dc36b1312b5a.zip
Rename tmpPlaylist to Tmp_Playlist
Diffstat (limited to 'lib/class/democratic.class.php')
-rw-r--r--lib/class/democratic.class.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/class/democratic.class.php b/lib/class/democratic.class.php
index 9f3e5c8d..0e4fadbb 100644
--- a/lib/class/democratic.class.php
+++ b/lib/class/democratic.class.php
@@ -27,7 +27,7 @@
* name for voting based playback.
*
*/
-class Democratic extends tmpPlaylist {
+class Democratic extends Tmp_Playlist {
public $name;
public $cooldown;
@@ -97,7 +97,7 @@ class Democratic extends tmpPlaylist {
/**
* set_parent
- * This returns the tmpPlaylist for this democratic play instance
+ * This returns the Tmp_Playlist for this democratic play instance
*/
public function set_parent() {
@@ -213,7 +213,7 @@ class Democratic extends tmpPlaylist {
/**
* get_items
- * This returns a sorted array of all object_ids in this tmpPlaylist.
+ * This returns a sorted array of all object_ids in this Tmp_Playlist.
* The array is multidimensional; the inner array needs to contain the
* keys 'id', 'object_type' and 'object_id'.
*