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

main
Jordi Boggiano 6 years ago
parent a51563300c
commit 1898ad12ce

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

Loading…
Cancel
Save