Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit a80a619

Browse files
committed
Fix some specific zip extraction case on Windows Server.
1 parent 7064ebd commit a80a619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/plugins/access.fs/class.fsAccessDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,6 +1598,7 @@ public function extractArchiveItemPreCallback($status, $data){
15981598
$fullname = $data['filename'];
15991599
$size = $data['size'];
16001600
$realBase = AJXP_MetaStreamWrapper::getRealFSReference($this->urlBase);
1601+
$realBase = str_replace("\\", "/", $realBase);
16011602
$repoName = $this->urlBase.str_replace($realBase, "", $fullname);
16021603

16031604
$toNode = new AJXP_Node($repoName);

0 commit comments

Comments
 (0)