forked from joomla/Component-Builder
Merge PR#759 into staging
This commit is contained in:
commit
576eac1a5a
@ -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'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user