Skip to content

Commit

Permalink
Route the return URL if a mneu item is used
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas K. Dionysopoulos committed Aug 25, 2016
1 parent 74f572a commit 558e9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/authentication/helper.php
Expand Up @@ -178,6 +178,6 @@ protected static function cleanUpReturnUrl($return)
}

// Construct and reeturn the URL
return 'index.php?Itemid=' . $return . $lang;
return JRoute::_('index.php?Itemid=' . $return . $lang);
}
}

0 comments on commit 558e9a2

Please sign in to comment.