Skip to content

[FIX] User Information: Change bccme field filter of send message form to 'bool'

Lupundu Yan requested to merge yan.lupundu/tiki:yan.tiki.user-info into master

Links:

This Warning comes from the 'bccme' (Send me a copy) field in the send form whose filter has been set to 'bcc' at the beginning of the tiki-user_information.php file. I found that all supported filters are listed in lib/core/TikiFilter.php and there is no 'bcc' there. From what I understood after analysis, I think that this field must have the 'bool' filter and not 'bcc' since it is just a checkbox which allows to say whether or not a copy email should be sent to me.

Screenshot_from_2023-07-11_22-58-55

Edited by Lupundu Yan

Merge request reports