Merge PR#759 into staging

This commit is contained in:
Llewellyn van der Merwe 2021-06-26 03:20:26 +02:00
commit 576eac1a5a
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class ###Component###Router extends JComponentRouterBase
{
$view = $query['view'];
if (empty($query['Itemid']))
if (empty($query['Itemid']) && !(isset($view) && isset($query['id']) && ###ROUTER_BUILD_VIEWS###))
{
$segments[] = $query['view'];
}