diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-03 15:27:26 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-03 15:27:26 -0700 |
commit | 9cf9217686841bfceb7e2c03b10da88f006f4a5f (patch) | |
tree | ba77badaa7aac6bdf9418e0725eae2a018a95b8d | |
parent | f571b753b6af5c92afe86d55b814fb6e8d57ba17 (diff) | |
download | volse-hubzilla-9cf9217686841bfceb7e2c03b10da88f006f4a5f.tar.gz volse-hubzilla-9cf9217686841bfceb7e2c03b10da88f006f4a5f.tar.bz2 volse-hubzilla-9cf9217686841bfceb7e2c03b10da88f006f4a5f.zip |
don't use chanlink_url() for feed mentions
-rwxr-xr-x | include/items.php | 2 |
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(); |