diff options
Diffstat (limited to 'mod/search.php')
-rw-r--r-- | mod/search.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/search.php b/mod/search.php index 7605e9ae2..20113e75b 100644 --- a/mod/search.php +++ b/mod/search.php @@ -9,6 +9,9 @@ function search_post(&$a) { function search_content(&$a) { + if(x($_SESSION,'theme')) + unset($_SESSION['theme']); + $o = '<div id="live-search"></div>' . "\r\n"; $o .= '<h3>' . t('Search') . '</h3>'; |