hubzilla-addons issues #73

This commit is contained in:
zotlabs 2017-12-09 12:49:28 -08:00
parent 85b7c90637
commit adec67d5fa

View file

@ -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);