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