diff options
Diffstat (limited to 'www/search.php')
-rw-r--r-- | www/search.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/search.php b/www/search.php index 8175fb2..bf49b8b 100644 --- a/www/search.php +++ b/www/search.php @@ -76,6 +76,11 @@ $s_start = NULL; $s_end = NULL; $s_watchlist = NULL; +if (isset($_GET['s'])) { + $terms = urldecode($_GET['s']); +} + + // No search terms if (is_null($terms)) { $tplVars['subtitle'] = T_('Search Bookmarks'); |