I
inzanty
Guest
Guest or Bot
Another confirmation of this bug: xenforo.com
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...