1
0

also set VIEW when calling directly

This commit is contained in:
Garvin Hicking
2006-10-31 08:34:19 +00:00
parent c52694f31c
commit 6b02e66e03

View File

@ -28,6 +28,7 @@ if (isset($_GET['viewAuthor'])) {
if (!isset($_GET['type'])) { if (!isset($_GET['type'])) {
$_GET['type'] = 'content'; $_GET['type'] = 'content';
} }
$serendipity['view'] = 'feed';
switch ($_GET['type']) { switch ($_GET['type']) {
case 'comments_and_trackbacks': case 'comments_and_trackbacks':