summaryrefslogtreecommitdiffstats
path: root/lib/class/song.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-02-09 22:28:59 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-02-09 22:28:59 +0000
commitf694c28b6331ce772dc06107209d09e466d82cad (patch)
tree6d94b36653175dc5769ee832a7c7fd15ced835e7 /lib/class/song.class.php
parent0c989727722f5ef9593560fe31d4fda4b4565498 (diff)
downloadampache-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.php2
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