diff --git a/fp-plugins/bbcode/inc/stringparser_bbcode.class.php b/fp-plugins/bbcode/inc/stringparser_bbcode.class.php index 70c7e50..549ab61 100755 --- a/fp-plugins/bbcode/inc/stringparser_bbcode.class.php +++ b/fp-plugins/bbcode/inc/stringparser_bbcode.class.php @@ -950,7 +950,8 @@ class StringParser_BBCode extends StringParser { return $this->_stack[$i]; } } - return false; + $false = false; // workaround for notice + return $false; } /** @@ -1886,4 +1887,4 @@ class StringParser_BBCode_Node_Element extends StringParser_Node { } } -?> \ No newline at end of file +?>