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 $this->_stack[$i];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
$false = false; // workaround for notice
|
||||||
|
return $false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user