Archived
1
0

also set VIEW when calling directly

This commit is contained in:
Garvin Hicking
2006-10-31 08:34:19 +00:00
parent 4b3991a62d
commit 1e022a6b57
+1
View File
@@ -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':