diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2012-10-01 12:21:09 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2012-10-01 12:21:09 -0400 |
commit | cd98c2ed6d8640c5bc167e1e9ab03849088b1b46 (patch) | |
tree | 7e9c6f7a57618309a88ab61546ebdea141582fc9 /lib/class/tmpplaylist.class.php | |
parent | 92e29041a4400612e30d0d92a2dbf5380c449308 (diff) | |
download | ampache-cd98c2ed6d8640c5bc167e1e9ab03849088b1b46.tar.gz ampache-cd98c2ed6d8640c5bc167e1e9ab03849088b1b46.tar.bz2 ampache-cd98c2ed6d8640c5bc167e1e9ab03849088b1b46.zip |
Fix inaccurate comment.
Diffstat (limited to 'lib/class/tmpplaylist.class.php')
-rw-r--r-- | lib/class/tmpplaylist.class.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/class/tmpplaylist.class.php b/lib/class/tmpplaylist.class.php index f06984b5..ba870a9b 100644 --- a/lib/class/tmpplaylist.class.php +++ b/lib/class/tmpplaylist.class.php @@ -172,10 +172,7 @@ class tmpPlaylist extends database_object { /** * get_next_object - * This returns the next object in the tmp_playlist. Most of the time - * this will just be the top entry, but if there is a base_playlist and - * no items in the playlist then it returns a random entry from the - * base_playlist + * This returns the next object in the tmp_playlist. */ public function get_next_object() { |