1
0
Fork 0

Merge pull request #1681 from beberlei/GH-1591#2

[GH-1591] More fixing of Installation on Windows Azure. Renaming between...
pull/1691/head
Jordi Boggiano 2013-03-11 02:21:10 -07:00
commit c13d6301f9
1 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,8 @@ class Filesystem
return;
}
return $this->copyThenRemove($source, $target);
} else {
// 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.