Skip to content

Commit

Permalink
Changed viewname filter in RouteHelper (#20031)
Browse files Browse the repository at this point in the history
  • Loading branch information
SniperSister authored and Michael Babker committed Apr 1, 2018
1 parent b1712e8 commit 55da14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Helper/RouteHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getRoute($id, $typealias, $link = '', $language = null, $catid =
}
else
{
$this->view = \JFactory::getApplication()->input->getString('view');
$this->view = \JFactory::getApplication()->input->getCmd('view');
$this->extension = \JFactory::getApplication()->input->getCmd('option');
}

Expand Down

0 comments on commit 55da14e

Please sign in to comment.