Jaxel
Well-known member
I am trying to do the following in the THREAD entity:
Unfortunately, on thread creation, this returns the following error:
How do I get the contents of the first post's message on _postSave?
Code:
protected function _postSave()
{
\XF::dump($this->FirstPost->message);
return parent::_postSave();
}
Unfortunately, on thread creation, this returns the following error:
[E_NOTICE] Trying to get property of non-object
How do I get the contents of the first post's message on _postSave?