Skip to content

Commit

Permalink
Update SiteRouter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ggppdk committed Feb 16, 2018
1 parent c97fdce commit 40e8a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Router/SiteRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ protected function parseSefRoute(&$uri)
// If user not allowed to see default menu item then avoid notices
if (is_object($item))
{
// Set query variables of default menu item into the request, keeping existing request variables
// Set query variables of default menu item into the request, but keep existing request variables
$vars = array_merge($vars, $item->query);

// Get the itemid
Expand Down

0 comments on commit 40e8a3d

Please sign in to comment.