Event Filters - processing errors
This is an open discussion with 3 replies, filed under General.
Search
Ah, thanks brendo, should have looked before I asked.
No need to apologise, I committed after I saw this post.
Create an account or sign in to comment.
How is an event filter supposed to display it's errors? I assumed it would be as straightforward as setting
$context['errors'] = Array($type, $status, $message);
, but the errors array is never actually used anywhere after that..If I add
to event.section.php at line 323, everything works as expected.
Should I send a pull request for this?