summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class')
-rw-r--r--lib/class/playlist.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php
index 8a82e9c9..ece5439a 100644
--- a/lib/class/playlist.class.php
+++ b/lib/class/playlist.class.php
@@ -410,6 +410,7 @@ class Playlist {
$db_results = mysql_query($sql, dbh());
$i = 1;
+ $results = array();
while ($r = mysql_fetch_assoc($db_results)) {
$new_data = array();