Solve the problem of repeating the siteview name twice by the router's build method #759

Merged
saman222 merged 1 commits from staging into staging 2021-06-26 01:22:11 +00:00
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'];
}