diff options
author | friendica <info@friendica.com> | 2014-03-27 00:35:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-27 00:35:46 -0700 |
commit | 7b24b78af949f2645459e4698ee2f96a17becef4 (patch) | |
tree | 9c11ce7ff49069b1c34ec77c91d3042ac08d1913 /mod/search.php | |
parent | 41d8cfa72a4c4d82bce37959512da95b040dba7b (diff) | |
download | volse-hubzilla-7b24b78af949f2645459e4698ee2f96a17becef4.tar.gz volse-hubzilla-7b24b78af949f2645459e4698ee2f96a17becef4.tar.bz2 volse-hubzilla-7b24b78af949f2645459e4698ee2f96a17becef4.zip |
add fh to other page templates
Diffstat (limited to 'mod/search.php')
-rw-r--r-- | mod/search.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/search.php b/mod/search.php index 22e521164..82990913b 100644 --- a/mod/search.php +++ b/mod/search.php @@ -95,6 +95,7 @@ function search_content(&$a,$update = 0, $load = false) { '$liked' => '0', '$conv' => '0', '$spam' => '0', + '$fh' => '0', '$nouveau' => '0', '$wall' => '0', '$list' => ((x($_REQUEST,'list')) ? intval($_REQUEST['list']) : 0), |