- Issue created by @paulocs
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 7:39pm 4 March 2023 - @paulocs opened merge request.
- 🇧🇷Brazil paulocs Belo Horizonte
Thanks @hmendes, can you review it again, please?
- Status changed to RTBC
over 1 year ago 2:04pm 8 March 2023 - 🇧🇷Brazil hmendes
It guess we could change this part
$skip_antibot = FALSE; // Set skip antibot to true if user has appropriate permission. if ($this->user->hasPermission('skip antibot')) { $skip_antibot = TRUE; }
to
$skip_antibot = $this->user->hasPermission('skip antibot');
But its not a required change, so I'll change to RTBC anyway.
- Status changed to Needs work
about 2 months ago 11:02am 27 September 2024