From db2a3c68408e57e434844338722ff480ad8d70de Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 31 Oct 2006 08:34:19 +0000 Subject: [PATCH] also set VIEW when calling directly --- rss.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rss.php b/rss.php index f6ae035..cb48e4f 100644 --- 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': -- 2.39.5