projects
/
s9y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd48a3
)
also set VIEW when calling directly
author
garvinhicking
<garvinhicking>
Tue, 31 Oct 2006 08:34:19 +0000
(08:34 +0000)
committer
garvinhicking
<garvinhicking>
Tue, 31 Oct 2006 08:34:19 +0000
(08:34 +0000)
rss.php
patch
|
blob
|
history
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':