1
0
Fork 0

Make sure we chdir back in case update dir is relative, refs #7519

pull/7762/head
Jordi Boggiano 2018-10-31 18:23:18 +01:00
parent a51563300c
commit 1898ad12ce
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ class Comparer
if (!is_array($source)) {
return;
}
chdir($currentDirectory);
chdir($this->update);
$destination = $this->doTree('.', $destination);
if (!is_array($destination)) {