aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-01 22:56:11 -0700
committerzotlabs <mike@macgirvin.com>2017-05-01 22:56:11 -0700
commit83c4dd6bda1677a3441d06247ea076094394703e (patch)
tree6b5817443d837987439ccdf9b59159da4f10f60e
parente332d1074f1b663ec66d37b0f575df2e41d5535c (diff)
downloadvolse-hubzilla-83c4dd6bda1677a3441d06247ea076094394703e.tar.gz
volse-hubzilla-83c4dd6bda1677a3441d06247ea076094394703e.tar.bz2
volse-hubzilla-83c4dd6bda1677a3441d06247ea076094394703e.zip
typo
-rw-r--r--include/bbcode.php2
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);