Skip to content

Commit

Permalink
Improve comment on file TopicController
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit authored Oct 29, 2024
1 parent 41bbfd0 commit 9dcf2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/src/Controllers/TopicController.php
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ public function post()
return;
}

// Need to do to the replacement
// Need to do to the replacement in case of VBA code is inserted without the bbcode tags [code][/code]
$fields['message'] = preg_replace('~"",""~', '"", ""', $fields['message']);


Expand Down

0 comments on commit 9dcf2e9

Please sign in to comment.