Skip to content

Commit 742e34f

Browse files
0pc0deFRjaapmarcus
andauthored
Patch Dokuwiki installer for issue hestiacp#3889 (hestiacp#4229)
* Patch Dokuwiki installer * Run format --------- Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>
1 parent be327f9 commit 742e34f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/src/app/WebApp/Installers/DokuWiki/DokuWikiSetup.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ public function install(array $options = null, &$status = null) {
7979
$this->appcontext->runUser(
8080
"v-copy-fs-directory",
8181
[
82-
$this->getDocRoot($this->extractsubdir . "/dokuwiki-2023-04-04/."),
82+
$this->getDocRoot(
83+
$this->extractsubdir . "/dokuwiki-" . $this->appInfo["version"] . "/.",
84+
),
8385
$this->getDocRoot(),
8486
],
8587
$status,

0 commit comments

Comments
 (0)