diff options
author | git-marijus <mario@mariovavti.com> | 2017-08-03 21:59:46 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-08-03 21:59:46 +0200 |
commit | a618f70f56efdcaaf9da6dcfcab9cce6a933303b (patch) | |
tree | d363935c303b53f4b82a15b523259c53bb3cd2a6 /include/bbcode.php | |
parent | 9566eab934f0a13a892af7b70a79429949a01c3f (diff) | |
parent | d06ce6294d8bbf6bed668e7f0f363fcad63f4e05 (diff) | |
download | volse-hubzilla-a618f70f56efdcaaf9da6dcfcab9cce6a933303b.tar.gz volse-hubzilla-a618f70f56efdcaaf9da6dcfcab9cce6a933303b.tar.bz2 volse-hubzilla-a618f70f56efdcaaf9da6dcfcab9cce6a933303b.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include/bbcode.php')
-rw-r--r-- | include/bbcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php index c408af35d..9f9b5c5e1 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -7,7 +7,7 @@ require_once('include/oembed.php'); require_once('include/event.php'); require_once('include/zot.php'); - +require_once('include/html2plain.php'); function get_bb_tag_pos($s, $name, $occurance = 1) { |