Joomla-Ukraine/JUNewsUltra

Joomla 3.10 error 0

alfLtm opened this issue · 0 comments

After update joomla to versoin 3.10 mod JUNewsULTRA stop working. Error 0 appears on the page where the module occurs.
Possible repair is change version number on /helper/com_content.php line 23

if(version_compare(JVERSION, '4.0') <= 0)
{
require_once JPATH_SITE . '/components/com_content/router.php';
require_once JPATH_SITE . '/components/com_content/helpers/route.php';
}