Skip to content

Commit

Permalink
Changed viewname filter in RouteHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
SniperSister committed Mar 30, 2018
1 parent ac792d8 commit 8db7694
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 8db7694

Please sign in to comment.