summaryrefslogtreecommitdiff
path: root/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'feed.php')
-rw-r--r--feed.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/feed.php b/feed.php
index 7bbfcdd17..0e057eed3 100644
--- a/feed.php
+++ b/feed.php
@@ -23,6 +23,9 @@
$ns = $_REQUEST['ns'];
$ltype = $_REQUEST['linkto'];
+ if($type == '')
+ $type = $conf['rss_type'];
+
switch ($type){
case 'rss':
$type = 'RSS0.9';