From f593f18131d6a0cbf30b558b208e86b9fc957f13 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 27 Oct 2008 09:24:34 +0000 Subject: Commit, still no internet paying for it.. curse you free.fr --- lib/class/playlist.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/playlist.class.php') 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; -- cgit