diff options
Diffstat (limited to 'mod/search.php')
-rw-r--r-- | mod/search.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/search.php b/mod/search.php index 7a0f4205d..f76254116 100644 --- a/mod/search.php +++ b/mod/search.php @@ -152,7 +152,7 @@ function search_content(&$a) { // This is ugly, but we can't pass the profile_uid through the session to the ajax updater, // because browser prefetching might change it on us. We have to deliver it with the page. - $o .= '<div id="live-channel"></div>' . "\r\n"; + $o .= '<div id="live-search"></div>' . "\r\n"; $o .= "<script> var profile_uid = " . $a->profile['profile_uid'] . "; var netargs = '?f='; var profile_page = " . $a->pager['page'] . "; </script>\r\n"; @@ -175,6 +175,7 @@ function search_content(&$a) { '$order' => '', '$file' => '', '$cats' => '', + '$uri' => '', '$dend' => '', '$dbegin' => '' )); |