aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-03 15:27:26 -0700
committerzotlabs <mike@macgirvin.com>2017-10-03 15:27:26 -0700
commit9cf9217686841bfceb7e2c03b10da88f006f4a5f (patch)
treeba77badaa7aac6bdf9418e0725eae2a018a95b8d /include
parentf571b753b6af5c92afe86d55b814fb6e8d57ba17 (diff)
downloadvolse-hubzilla-9cf9217686841bfceb7e2c03b10da88f006f4a5f.tar.gz
volse-hubzilla-9cf9217686841bfceb7e2c03b10da88f006f4a5f.tar.bz2
volse-hubzilla-9cf9217686841bfceb7e2c03b10da88f006f4a5f.zip
don't use chanlink_url() for feed mentions
Diffstat (limited to 'include')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
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();