AX Language selector entrypoint: Fix AX URL

The "display" URL parameter for AutomaticTranslation URLs has been
removed in this patch: I2784b4bff2360f5655fe57228589449e0a6881c1,
and the SiteMapper::getMinTUrl method has been updated to not use
this URL param here: Ib7fd8a7bbf315101540e07b1fea6a906982aaa6c.

Out of neglect, we miss to also update the call of this method inside
this entrypoint, to not include any "display" language. This patch
fixes this issue, by removing the no-more existing "display" parameter.

Bug: T363183
Change-Id: Ibe639ab0301e078f2b1a8a53843e9448bea5bd32
(cherry picked from commit e2a1875897f18e5aa39b36688f7c530944d22920)
1 file changed
tree: 6294f0ec213c0d67263a3652ca8032c3a3859277
  1. .phan/
  2. app/
  3. doc/
  4. i18n/
  5. images/
  6. includes/
  7. lib/
  8. minT/
  9. modules/
  10. scripts/
  11. skin/
  12. sql/
  13. tests/
  14. .eslintignore
  15. .eslintrc.json
  16. .gitignore
  17. .gitreview
  18. .phpcs.xml
  19. .stylelintignore
  20. .stylelintrc.json
  21. AUTHORS.txt
  22. CODE_OF_CONDUCT.md
  23. composer.json
  24. ContentTranslation.alias.php
  25. CONTRIBUTING.md
  26. extension.json
  27. hooks.md
  28. LICENSE.txt
  29. MIT-LICENSE.txt
  30. package-lock.json
  31. package.json
  32. README.md
README.md

ContentTranslation

ContentTranslation is a tool that allows editors to translate pages from one language to another with the help of machine translation and other translation tools.

For more details, see Content translation

Developing and installing

For information on installing ContentTranslation on a local wiki, please see Installation

For information about running tests and contributing code to ContentTranslation, see Contributing. Patch submissions are reviewed and managed with Gerrit.

Copyright

The ContentTranslation extension, including those listed in the AUTHORS.txt file, hold the copyright to this work. It is free software released under the GNU General Public License version 2 or later. See the files AUTHORS.txt and LICENSE.txt.

The Chart.js library is Copyright (c) 2013-2015 Nick Downie, and it is free software released under the MIT license. See the file MIT-LICENSE.txt.