inzanty
Guest
offline
Another confirmation of this bug: https://xenforo.com/community/threa...ent-does-not-work-in-featured-content.221195/
Following the changes to
PHP:
This removal is causing the bug. If we restore this section, the code works as designed.
Continue reading...
Following the changes to
Widget/FeaturedContent.php::render in XenForo 2.3.1, the following part of code was removed:PHP:
Code:
$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.
Continue reading...