diff --git a/e107_handlers/bbcode_handler.php b/e107_handlers/bbcode_handler.php index 25c08c63d..dfcfa0574 100644 --- a/e107_handlers/bbcode_handler.php +++ b/e107_handlers/bbcode_handler.php @@ -386,7 +386,7 @@ class e_bbcode * @todo - capturing output deprecated */ ob_start(); - $bbcode_return = eval($bbcode); + $bbcode_return = eval($bbcode); //FIXME notice removal $bbcode_output = ob_get_contents(); ob_end_clean();