Procházet zdrojové kódy

Patch Dokuwiki installer for issue #3889 (#4229)

* Patch Dokuwiki installer

* Run format

---------

Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>
Kevin Falcoz před 2 roky
rodič
revize
742e34fe89

+ 3 - 1
web/src/app/WebApp/Installers/DokuWiki/DokuWikiSetup.php

@@ -79,7 +79,9 @@ class DokuWikiSetup extends BaseSetup {
 		$this->appcontext->runUser(
 			"v-copy-fs-directory",
 			[
-				$this->getDocRoot($this->extractsubdir . "/dokuwiki-2023-04-04/."),
+				$this->getDocRoot(
+					$this->extractsubdir . "/dokuwiki-" . $this->appInfo["version"] . "/.",
+				),
 				$this->getDocRoot(),
 			],
 			$status,