Skip to content

Commit

Permalink
Add blank line above layout check
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Apr 18, 2018
1 parent 94ac3ac commit 7ac84db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/com_content/helpers/route.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public static function getCategoryRoute($catid, $language = 0)
}

$layout = JFactory::getApplication()->input->get('layout', '', 'string');

if (!empty($layout))
{
$link .= '&layout=' . $layout;
Expand Down

0 comments on commit 7ac84db

Please sign in to comment.