summaryrefslogtreecommitdiffstats
path: root/lib/class/stream.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r--lib/class/stream.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php
index 9aa1f76a..09f3cf8a 100644
--- a/lib/class/stream.class.php
+++ b/lib/class/stream.class.php
@@ -471,8 +471,8 @@ class Stream {
*/
public function create_democratic() {
- $tmp_playlist = Democratic::get_current_playlist();
- $tmp_playlist->vote($this->songs);
+ $democratic = Democratic::get_current_playlist();
+ $democratic->vote($this->songs);
} // create_democratic