User tests: Successful: Unsuccessful:
We can only get the Help in English via the help button in admin even when switching language to French for example.
Although the correct url exists in help.xml and configuration.php-dist, the $options['helpurl']
variable is fetched from web.php when there is by default no forced $forced['helpurl']
at install time.
Install Joomla before patch and look at the configuration.php file.
the variable $helpurl does not contain &lang={langcode}
Patch.
Now it will correctly contain that part.
Switching to French for example will display the help in French (at least the parts which have been translated on the wiki)
Can be merged on review as it is a simple pr
Category | ⇒ | Installation |
Status | New | ⇒ | Pending |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-09-13 12:00:47 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|