diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-08-15 13:21:12 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-08-15 13:21:12 +0200 |
commit | 2becc3273aa377574d566c052036f425105b2389 (patch) | |
tree | ff7a897190ea8f63b2aa67923ffb58fcd128d531 /Zotlabs | |
parent | 10c5b46e3bb4cfa76cbe7158f5eba54809cd0d79 (diff) | |
parent | f4f610f1a3b3826f960e3db2026bf2204e939fe8 (diff) | |
download | volse-hubzilla-2becc3273aa377574d566c052036f425105b2389.tar.gz volse-hubzilla-2becc3273aa377574d566c052036f425105b2389.tar.bz2 volse-hubzilla-2becc3273aa377574d566c052036f425105b2389.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php index ef1eb3700..640b4fa5c 100644 --- a/Zotlabs/Module/Item.php +++ b/Zotlabs/Module/Item.php @@ -533,7 +533,7 @@ class Item extends \Zotlabs\Web\Controller { // Look for tags and linkify them $results = linkify_tags($a, $body, ($uid) ? $uid : $profile_uid); -logger('linkify: ' . print_r($results,true)); + if($results) { // Set permissions based on tag replacements |