diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-09 22:28:59 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-09 22:28:59 +0000 |
commit | f694c28b6331ce772dc06107209d09e466d82cad (patch) | |
tree | 6d94b36653175dc5769ee832a7c7fd15ced835e7 /lib/class/song.class.php | |
parent | 0c989727722f5ef9593560fe31d4fda4b4565498 (diff) | |
download | ampache-f694c28b6331ce772dc06107209d09e466d82cad.tar.gz ampache-f694c28b6331ce772dc06107209d09e466d82cad.tar.bz2 ampache-f694c28b6331ce772dc06107209d09e466d82cad.zip |
fix edit links, and some interface issues I created with other changes
Diffstat (limited to 'lib/class/song.class.php')
-rw-r--r-- | lib/class/song.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/song.class.php b/lib/class/song.class.php index 8bb2cd18..bfe1e628 100644 --- a/lib/class/song.class.php +++ b/lib/class/song.class.php @@ -830,7 +830,7 @@ class Song extends database_object implements media { * a stream URL taking into account the downsmapling mojo and everything * else, this is the true function */ - public function play_url($oid,$session_id='',$force_http='') { + public static function play_url($oid,$session_id='',$force_http='') { } // play_url |