diff options
Diffstat (limited to 'lib/class/democratic.class.php')
-rw-r--r-- | lib/class/democratic.class.php | 6 |
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'. * |