From: garvinhicking Date: Fri, 19 May 2006 12:43:01 +0000 (+0000) Subject: 'view' X-Git-Tag: 1.0~19 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=33e031ff0d82a7685be2630dd21d90f0e7a1b256;p=s9y.git 'view' --- diff --git a/index.php b/index.php index b48ace1..4c2733b 100644 --- a/index.php +++ b/index.php @@ -460,6 +460,7 @@ if (preg_match(PAT_ARCHIVES, $uri, $matches) || isset($serendipity['GET']['range $serendipity['view'] = 'start'; if ($serendipity['GET']['action'] == 'search') { + $serendipity['view'] = 'search'; $serendipity['uriArguments'] = array(PATH_SEARCH, urlencode($serendipity['GET']['searchTerm'])); } else { $serendipity['uriArguments'][] = PATH_ARCHIVES;