We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
custom_reply
true
At least from 5.2 but I assume that's older issue.
When custom_reply is set, no message is sent so $sent is still at false.
$sent
false
joomla-cms/api/components/com_contact/src/Controller/ContactController.php
Line 174 in a1bdc9b
So this check will result in exception even though the message was processed by a plugin without any issue:
Line 182 in a1bdc9b
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce the issue
custom_reply
parameter totrue
in com_contactExpected result
Actual result
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 atfalse
.joomla-cms/api/components/com_contact/src/Controller/ContactController.php
Line 174 in a1bdc9b
So this check will result in exception even though the message was processed by a plugin without any issue:
joomla-cms/api/components/com_contact/src/Controller/ContactController.php
Line 182 in a1bdc9b
The text was updated successfully, but these errors were encountered: