Skip to content

Commit 3540e8a

Browse files
authored
Update MediaWikiSetup.php (hestiacp#4034)
Use correct download folder
1 parent a4a861a commit 3540e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/WebApp/Installers/MediaWiki/MediaWikiSetup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function install(array $options = null) {
6060

6161
$this->appcontext->runUser(
6262
"v-copy-fs-directory",
63-
[$this->getDocRoot($this->extractsubdir . "/mediawiki-1.39.2/."), $this->getDocRoot()],
63+
[$this->getDocRoot($this->extractsubdir . "/mediawiki-1.40.0/."), $this->getDocRoot()],
6464
$result,
6565
);
6666

0 commit comments

Comments
 (0)