Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:joomla/joomla-cms into com_contact
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Sep 14, 2017
2 parents 0d1242b + 3839cd6 commit c34ba15
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 62 deletions.
2 changes: 1 addition & 1 deletion installation/application/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ protected function initialiseApp($options = array())
// Check for custom helpurl.
if (empty($forced['helpurl']))
{
$options['helpurl'] = 'https://help.joomla.org/proxy/index.php?keyref=Help{major}{minor}:{keyref}';
$options['helpurl'] = 'https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode}';
}
else
{
Expand Down

0 comments on commit c34ba15

Please sign in to comment.