- Affected version
- XenForo 2.3.8, XenForo Resource Manager 2.3.5
Another confirmation of this bug: https://xenforo.com/community/threa...ent-does-not-work-in-featured-content.221195/
Following the changes to
This removal is causing the bug. If we restore this section, the code works as designed.
Following the changes to
Widget/FeaturedContent.php::render in XenForo 2.3.1, the following part of code was removed:
PHP:
$containerId = $options['content_container_id'];
if ($containerId)
{
$finder->where('content_container_id', $containerId);
}
This removal is causing the bug. If we restore this section, the code works as designed.