jDownloads Support Forum

jDownloads for Joomla 4.x and 5.x => jDownloads 4.0 => Bugs! => Topic started by: jD_tester on 31.01.2023 13:42:18

Title: src/Controller/LayoutinstallController - [Fixed in 4.0.16]
Post by: jD_tester on 31.01.2023 13:42:18
on line 176 wrong
$app->redirect(ROUTE::_('index.php?option=com_jdownloads&view=layouts', false);

correct:
$app->redirect(ROUTE::_('index.php?option=com_jdownloads&view=layouts', false));


Title: Re: src/Controller/LayoutinstallController - [Fixed in 4.0.16]
Post by: Arno on 31.01.2023 15:07:07
Thanks!