WebInstaller::getDocUrl: Use getUrl to generate the URL
authorFomafix <fomafix@googlemail.com>
Thu, 7 Jun 2018 08:07:15 +0000 (10:07 +0200)
committerFomafix <fomafix@googlemail.com>
Thu, 7 Jun 2018 09:19:02 +0000 (11:19 +0200)
commit374c81791af5df3a280211c4747f02399116b2c8
tree8861fc698f77d0c19d2cd46da1b72f23420baa17
parent66ecec7b7bb8a103e41a5297e365f907ee87eb0c
WebInstaller::getDocUrl: Use getUrl to generate the URL

This changes ensures to generate the same URLs on doclinks like in the
navigation bar.

mw-config/?page=Welcome has as "Restart installation" the URL
  /.../mw-config/?page=Restart&lastPage=Language
and as "a copy of the GNU General Public License" the URL
before this change
  /.../mw-config/index.php?page=Copying&lastPage=Welcome
after this change
  /.../mw-config/?page=Copying&lastPage=Welcome

Change-Id: Ide5cb52d71363c3a54e1b6ac48c272e1de823322
includes/installer/WebInstaller.php