Skip to content

Commit

Permalink
Resets BBCodeParser::$bbc_codes for each parsed string
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Stovell <[email protected]>
  • Loading branch information
Sesquipedalian committed Jul 19, 2024
1 parent 862ff94 commit 4902dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/BBCodeParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4216,6 +4216,7 @@ protected function resetRuntimeProperties(): void
// Reset these properties.
$to_reset = [
'message',
'bbc_codes',
'smileys',
'parse_tags',
'open_tags',
Expand Down

0 comments on commit 4902dbf

Please sign in to comment.