DragonByte Tech
Well-known member
- Affected version
- 2.2.0
Inside
Should be
XF\Entity\Post
in protected function _postDelete()
:
PHP:
$thread->TypeHandler->onPostSave($thread, $this);
PHP:
$thread->TypeHandler->onPostDelete($thread, $this);