We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a861a commit 3540e8aCopy full SHA for 3540e8a
web/src/app/WebApp/Installers/MediaWiki/MediaWikiSetup.php
@@ -60,7 +60,7 @@ public function install(array $options = null) {
60
61
$this->appcontext->runUser(
62
"v-copy-fs-directory",
63
- [$this->getDocRoot($this->extractsubdir . "/mediawiki-1.39.2/."), $this->getDocRoot()],
+ [$this->getDocRoot($this->extractsubdir . "/mediawiki-1.40.0/."), $this->getDocRoot()],
64
$result,
65
);
66
0 commit comments