working around notice

This commit is contained in:
real_nowhereman 2008-09-08 08:19:41 +00:00
parent 02d8d27418
commit 25b711d9be

View File

@ -950,7 +950,8 @@ class StringParser_BBCode extends StringParser {
return $this->_stack[$i]; 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 {
} }
} }
?> ?>