Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
In _postDelete of the entity, you are doing:[php]/** @var \XF\Repository\UserAlert $alertRepo */$alertRepo = $this->repository('XF:UserAlert');$alertRepo->fastDeleteAlertsFromUser($this->BannedBy, 'thread', $this->thread_id, 'reply_ban');[/php]It shouldn't be BannedBy but User here.Clément
In _postDelete of the entity, you are doing:
[php]
/** @var \XF\Repository\UserAlert $alertRepo */
$alertRepo = $this->repository('XF:UserAlert');
$alertRepo->fastDeleteAlertsFromUser($this->BannedBy, 'thread', $this->thread_id, 'reply_ban');
[/php]
It shouldn't be BannedBy but User here.
Clément
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences