Calendar 1.0.0 Automatic thread creation causes fatal error

With a Calendar configured to automatically create a thread in a defined forum, accessing that thread gives a fatal error;

Code:
An exception occurred: Argument 2 passed to NixFifty_Calendar_Model_Event::prepareEventFields() must be of the type array, null given, called in library/NixFifty/Calendar/Model/Event.php on line 593 in library/NixFifty/Calendar/Model/Event.php on line 660

NixFifty_Calendar_Model_Event->prepareEventFields() in NixFifty/Calendar/Model/Event.php at line 593
NixFifty_Calendar_Model_Event->prepareEvent() in NixFifty/Calendar/Listen.php at line 201
NixFifty_Calendar_Listen::threadViewPostDispatch() in XenForo/CodeEvent.php at line 73
XenForo_CodeEvent::fire() in XenForo/Controller.php at line 363
XenForo_Controller->postDispatch() in XenForo/FrontController.php at line 376
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 152
XenForo_FrontController->run() in index.php at line 13
 
Back
Top