diff options
Diffstat (limited to 'lib/class/user.class.php')
-rw-r--r-- | lib/class/user.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/user.class.php b/lib/class/user.class.php index 35df23df..0ee517f2 100644 --- a/lib/class/user.class.php +++ b/lib/class/user.class.php @@ -109,7 +109,7 @@ class User extends database_object { $session_id = session_id(); - $this->playlist = tmpPlaylist::get_from_session($session_id); + $this->playlist = Tmp_Playlist::get_from_session($session_id); } // load_playlist |