also set VIEW when calling directly
authorgarvinhicking <garvinhicking>
Tue, 31 Oct 2006 08:34:19 +0000 (08:34 +0000)
committergarvinhicking <garvinhicking>
Tue, 31 Oct 2006 08:34:19 +0000 (08:34 +0000)
rss.php

diff --git a/rss.php b/rss.php
index f6ae0354e143ca8d42411e6df491a7f70c6598a6..cb48e4f6d863ac8b8effe7603ba0b2c4ac506838 100644 (file)
--- a/rss.php
+++ b/rss.php
@@ -28,6 +28,7 @@ if (isset($_GET['viewAuthor'])) {
 if (!isset($_GET['type'])) {
     $_GET['type'] = 'content';
 }
+$serendipity['view'] = 'feed';
 
 switch ($_GET['type']) {
     case 'comments_and_trackbacks':