summaryrefslogtreecommitdiffstats
path: root/rss.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2006-10-27 21:14:40 +0000
committerpb1dft <pb1dft@ampache>2006-10-27 21:14:40 +0000
commit5db7a0e53c7a9e415254bbda05496e31cf2f699c (patch)
treecb80788fe089e03e383adfb26829e881528e1597 /rss.php
parente502a62b1ddc0278525bd890c6acc323b8eeefa3 (diff)
downloadampache-5db7a0e53c7a9e415254bbda05496e31cf2f699c.tar.gz
ampache-5db7a0e53c7a9e415254bbda05496e31cf2f699c.tar.bz2
ampache-5db7a0e53c7a9e415254bbda05496e31cf2f699c.zip
Strange error occured while commiting
Diffstat (limited to 'rss.php')
-rw-r--r--rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss.php b/rss.php
index 6599de09..77631230 100644
--- a/rss.php
+++ b/rss.php
@@ -29,6 +29,6 @@ if (!conf('use_rss') || conf('demo_mode')) {
}
#show_now_playingRSS($_REQUEST['username']);
-show_RSS($_REQUEST['type']);
+show_RSS($_REQUEST['type'],$_REQUEST['username']);
?>