summaryrefslogtreecommitdiffstats
path: root/lib/class/playlist.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/playlist.class.php')
-rw-r--r--lib/class/playlist.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php
index 37b645d1..5c66e0be 100644
--- a/lib/class/playlist.class.php
+++ b/lib/class/playlist.class.php
@@ -43,7 +43,7 @@ class Playlist extends database_object {
*/
public function __construct($id) {
- $info = $this->get_info($id);
+ $info = $this->get_info($id);
foreach ($info as $key=>$value) {
$this->$key = $value;