aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-12-09 12:49:28 -0800
committerzotlabs <mike@macgirvin.com>2017-12-09 12:49:28 -0800
commitadec67d5fa616c23c6265233f2a19d94d09df2e6 (patch)
treef0a74e9ddf2de5b138ffa1a5f53abeb56fa4e462 /include/bbcode.php
parent85b7c90637b03d4f3093f6a3557d807dbd6dd8b3 (diff)
downloadvolse-hubzilla-adec67d5fa616c23c6265233f2a19d94d09df2e6.tar.gz
volse-hubzilla-adec67d5fa616c23c6265233f2a19d94d09df2e6.tar.bz2
volse-hubzilla-adec67d5fa616c23c6265233f2a19d94d09df2e6.zip
hubzilla-addons issues #73
Diffstat (limited to 'include/bbcode.php')
-rw-r--r--include/bbcode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php
index e38473168..ed34bc5d6 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -711,7 +711,7 @@ function parseIdentityAwareHTML($Text) {
function bbcode($Text, $options = []) {
$preserve_nl = ((array_key_exists('preserve_nl',$options)) ? $options['preserve_nl'] : false);
- $tryoembed = ((array_key_exists('tryomebed',$options)) ? $options['tryoembed'] : true);
+ $tryoembed = ((array_key_exists('tryoembed',$options)) ? $options['tryoembed'] : true);
$cache = ((array_key_exists('cache',$options)) ? $options['cache'] : false);