diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-01 22:56:11 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-01 22:56:11 -0700 |
commit | 83c4dd6bda1677a3441d06247ea076094394703e (patch) | |
tree | 6b5817443d837987439ccdf9b59159da4f10f60e /include/bbcode.php | |
parent | e332d1074f1b663ec66d37b0f575df2e41d5535c (diff) | |
download | volse-hubzilla-83c4dd6bda1677a3441d06247ea076094394703e.tar.gz volse-hubzilla-83c4dd6bda1677a3441d06247ea076094394703e.tar.bz2 volse-hubzilla-83c4dd6bda1677a3441d06247ea076094394703e.zip |
typo
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 5aa61760f..6a14b665f 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -1174,7 +1174,7 @@ function bbcode($Text, $preserve_nl = false, $tryoembed = true, $cache = false) $Text = preg_replace("/\[event\-start\](.*?)\[\/event\-start\]/ism",$sub,$Text); - $Text = preg_replace("/\event\](.*?)\[\/event\]/ism",'',$Text); + $Text = preg_replace("/\[event\](.*?)\[\/event\]/ism",'',$Text); $Text = preg_replace("/\[event\-summary\](.*?)\[\/event\-summary\]/ism",'',$Text); $Text = preg_replace("/\[event\-description\](.*?)\[\/event\-description\]/ism",'',$Text); $Text = preg_replace("/\[event\-finish\](.*?)\[\/event\-finish\]/ism",'',$Text); |