From aeaccb03bac243f653f9a3132ee97ecc6bb52bff Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 16 Jul 2012 21:07:59 -0700 Subject: make network tag and personal searches work again --- mod/display.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/display.php') diff --git a/mod/display.php b/mod/display.php index 81ed174ac..91bc82d64 100644 --- a/mod/display.php +++ b/mod/display.php @@ -12,7 +12,7 @@ function display_content(&$a) { require_once('include/security.php'); require_once('include/conversation.php'); require_once('include/acl_selectors.php'); - + require_once('include/items.php'); $o = '
' . "\r\n"; @@ -121,6 +121,7 @@ EOT; ); } + $r = fetch_post_tags($r); $o .= conversation($a,$r,'display', false); -- cgit v1.2.3