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

Sending a message from com_contact using API with custom_reply set to true will most likely result in an Exception #44927

Open
artur-stepien opened this issue Feb 17, 2025 · 0 comments

Comments

@artur-stepien
Copy link
Contributor

Steps to reproduce the issue

  • Set custom_reply parameter to true in com_contact
  • Try to send a message using API

Expected result

  • No exception

Actual result

  • Exception thrown

System information (as much as possible)

At least from 5.2 but I assume that's older issue.

Additional comments

When custom_reply is set, no message is sent so $sent is still at false.

So this check will result in exception even though the message was processed by a plugin without any issue:

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

No branches or pull requests

3 participants