From db07d72afcbbf79b1ba09523f14b2609735c7bc6 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 29 Nov 2012 22:46:53 -0800 Subject: [PATCH] Include Media-Manager title in bbcode mode. --- e107_core/shortcodes/batch/bbcode_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/bbcode_shortcodes.php b/e107_core/shortcodes/batch/bbcode_shortcodes.php index 48e1ce477..7a74630fa 100644 --- a/e107_core/shortcodes/batch/bbcode_shortcodes.php +++ b/e107_core/shortcodes/batch/bbcode_shortcodes.php @@ -107,7 +107,7 @@ class bbcode_shortcodes extends e_shortcode { list($tag,$tmp) = explode("--",$this->var['tagid']); // works with $frm->bbarea to detect textarea from first half of tag. } - $text = ""; + $text = ""; $text .= ""; $text .= "\n"; return $text;