fix network search - except it can't search private posts. That may be a problem.

This commit is contained in:
friendica 2013-09-05 01:18:05 -07:00
parent f1d875c3e1
commit fd5e2c6d6c
2 changed files with 3 additions and 2 deletions

View file

@ -379,7 +379,7 @@ function network_content(&$a, $update = 0, $load = false) {
// --- end item filter tabs
$search = (($_GET['search']) ? $_GET['search'] : '');
// search terms header
if($search)
$o .= '<h2>' . t('Search Results For:') . ' ' . htmlspecialchars($search) . '</h2>';
@ -484,6 +484,7 @@ function network_content(&$a, $update = 0, $load = false) {
. "'; var profile_page = " . $a->pager['page'] . ";</script>";
logger('Search: ' . $search);
$a->page['htmlhead'] .= replace_macros(get_markup_template("build_query.tpl"),array(
'$baseurl' => z_root(),

View file

@ -1 +1 @@
2013-09-04.426
2013-09-05.427