working around notice
This commit is contained in:
parent
02d8d27418
commit
25b711d9be
@ -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 {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user