Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Properly escape
target
in receive_imf_inner()
The bug was made in 44227d7. Sql::execute() with placeholders must be used to escape strings, one never should escape them manually as strings themselves can contain escape symbols. Thanks to @link2xt for noticing.
- Loading branch information