diff options
author | Andrew Manning <andrewmanning@grid.reticu.li> | 2017-08-05 11:24:03 +0000 |
---|---|---|
committer | Andrew Manning <andrewmanning@grid.reticu.li> | 2017-08-05 11:24:03 +0000 |
commit | 03ca0bfa696a76e20ac00525676c9943a25b0370 (patch) | |
tree | ec838248a1be34522ce698210c57169180261442 /include/bbcode.php | |
parent | ba62f144823fd2ee31e3c19eb2c1cb10782c9184 (diff) | |
parent | a618f70f56efdcaaf9da6dcfcab9cce6a933303b (diff) | |
download | volse-hubzilla-03ca0bfa696a76e20ac00525676c9943a25b0370.tar.gz volse-hubzilla-03ca0bfa696a76e20ac00525676c9943a25b0370.tar.bz2 volse-hubzilla-03ca0bfa696a76e20ac00525676c9943a25b0370.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into doco
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) { |