diff options
author | Mario <mario@mariovavti.com> | 2021-05-26 09:36:13 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-26 09:36:13 +0000 |
commit | ec02eda11323fe27d2b23e6d289eb3d97c9eddc9 (patch) | |
tree | 31b740d0255e8836da3b101f01c2ea6cb91acc47 /Zotlabs | |
parent | 8d8523684c2a1eed1cdff2573c9fa9bfbb7959de (diff) | |
download | volse-hubzilla-ec02eda11323fe27d2b23e6d289eb3d97c9eddc9.tar.gz volse-hubzilla-ec02eda11323fe27d2b23e6d289eb3d97c9eddc9.tar.bz2 volse-hubzilla-ec02eda11323fe27d2b23e6d289eb3d97c9eddc9.zip |
handle_tag(): only use xchans with xhchan_deleted = 0
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Item.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php index 73a943039..518352667 100644 --- a/Zotlabs/Module/Item.php +++ b/Zotlabs/Module/Item.php @@ -822,6 +822,8 @@ class Item extends Controller { $post_tags = []; + + if($mimetype === 'text/bbcode') { require_once('include/text.php'); |