From 9cf9217686841bfceb7e2c03b10da88f006f4a5f Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 3 Oct 2017 15:27:26 -0700 Subject: don't use chanlink_url() for feed mentions --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index cc209aacf..dd8b394d3 100755 --- a/include/items.php +++ b/include/items.php @@ -4133,7 +4133,7 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C //$third = dba_timer(); - $items = fetch_post_tags($items,true); + $items = fetch_post_tags($items,false); //$fourth = dba_timer(); -- cgit v1.2.3