diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-05 19:24:03 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-05 19:24:03 -0700 |
commit | d2e22d8c2f5ee7c0bca1fa63d39a6822582106e8 (patch) | |
tree | 305fbcd0a1e55de48d5e8a406c002f61f3512079 /include/items.php | |
parent | 2862baeee1cbecead3c9d38d2798140ac0256d1a (diff) | |
parent | 0ddc3e4af2fe70159b36f86cb367d1a24ec6ac71 (diff) | |
download | volse-hubzilla-d2e22d8c2f5ee7c0bca1fa63d39a6822582106e8.tar.gz volse-hubzilla-d2e22d8c2f5ee7c0bca1fa63d39a6822582106e8.tar.bz2 volse-hubzilla-d2e22d8c2f5ee7c0bca1fa63d39a6822582106e8.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include/items.php')
-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(); |