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

Commit

Permalink
Fix jumploader on access.smb
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jul 31, 2014
1 parent 416d5fa commit 0fd93a2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -399,7 +399,7 @@ public function postProcess($action, $httpVars, $postProcessData)
fclose($newDest);
}

if (!self::$remote) {
if (!self::$remote && $relPath != $httpVars["partitionRealName"]) {
$err = copy($current, $target);
} else {
for ($i=0, $count=count($newPartitions); $i<$count; $i++) {
Expand Down

0 comments on commit 0fd93a2

Please sign in to comment.