K Kirby Jun 10, 2020 #1 Method Listing::_postDelete() seems to be missing PHP: /** @var \XF\Repository\Attachment $attachRepo */ $attachRepo = $this->repository('XF:Attachment'); $attachRepo->fastDeleteContentAttachments('classifieds_listing', $this->listing_id); $this->_postDeleteBookmarks();
Method Listing::_postDelete() seems to be missing PHP: /** @var \XF\Repository\Attachment $attachRepo */ $attachRepo = $this->repository('XF:Attachment'); $attachRepo->fastDeleteContentAttachments('classifieds_listing', $this->listing_id); $this->_postDeleteBookmarks();