diff options
Diffstat (limited to 'mod/search.php')
-rw-r--r-- | mod/search.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/search.php b/mod/search.php index f76254116..1bea720a6 100644 --- a/mod/search.php +++ b/mod/search.php @@ -219,7 +219,7 @@ function search_content(&$a) { ); xchan_query($items); - $items = fetch_post_tags($items); + $items = fetch_post_tags($items,true); $items = conv_sort($items,'created'); } else { @@ -249,7 +249,7 @@ function search_content(&$a) { ); -// $a = fetch_post_tags($a); +// $a = fetch_post_tags($a,true); if(! count($r)) { info( t('No results.') . EOL); |