Re: Post - Make_Event error
Reply #1 –
Bots having fun ... that line is about to give them the boot as well. Lets make a small edit:
from
if (empty($board) && !$context['make_event'])
to
if (empty($board) && empty($context['make_event']))
Should prevent that error, I'd need to check on some other things in a bit.