Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No UTF8 conversion support for messages in IPB4 Privatemessages module #245

Open
yuliu opened this issue Apr 9, 2020 · 0 comments
Open

Comments

@yuliu
Copy link
Member

yuliu commented Apr 9, 2020

As reported in https://community.mybb.com/thread-227220.html

Relevant code:

$insert_data['subject'] = $data['mt_title'];
// For some reason PMs are surrounded by new lines. Trimming them may break a few PMs but better than all
$insert_data['message'] = trim($this->bbcode_parser->convert($data['msg_post']));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant