1
0
Fork 0

[GH-1591] More fixing of Installation on Windows Azure. Renaming between different partitions + xcopy fail, so we need to copyAndRemove() manually.

pull/1681/head
Benjamin Eberlei 2013-03-10 20:17:00 +01:00
parent 1071048e52
commit 882ce1b39f
1 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,8 @@ class Filesystem
return; return;
} }
return $this->copyThenRemove($source, $target);
} else { } else {
// We do not use PHP's "rename" function here since it does not support // We do not use PHP's "rename" function here since it does not support
// the case where $source, and $target are located on different partitions. // the case where $source, and $target are located on different partitions.