diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-05 22:33:02 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-05 22:33:02 +0000 |
commit | 66688aeea7d25723bbfa2b09f7135c61ad5894b2 (patch) | |
tree | 084adec2b0b5af1ae1d2a14bf653514a42544611 /lib/class/tmp_playlist.class.php | |
parent | a8589cef1e311a032a67ecdc61e2b73197373288 (diff) | |
download | ampache-66688aeea7d25723bbfa2b09f7135c61ad5894b2.tar.gz ampache-66688aeea7d25723bbfa2b09f7135c61ad5894b2.tar.bz2 ampache-66688aeea7d25723bbfa2b09f7135c61ad5894b2.zip |
stupid php
Diffstat (limited to 'lib/class/tmp_playlist.class.php')
-rw-r--r-- | lib/class/tmp_playlist.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/tmp_playlist.class.php b/lib/class/tmp_playlist.class.php index eea57066..e82036f3 100644 --- a/lib/class/tmp_playlist.class.php +++ b/lib/class/tmp_playlist.class.php @@ -42,7 +42,7 @@ class tmpPlaylist { * This takes a playlist_id as an optional argument and gathers the information * if not playlist_id is passed returns false (or if it isn't found */ - function tmpPlaylist($playlist_id = 0) { + function tmpPlaylist($playlist_id='') { if (!$playlist_id) { return false; } |