Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaCO3 committed Oct 30, 2023
1 parent 9d472be commit 56a4504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -972,9 +972,9 @@ private function moveWithExclusions(string $dataLocation, array $excludedElement
);
}
}
}
if ($fileInfo->isDir()) {
$this->recursiveDelete($path);
if ($fileInfo->isDir()) {
$this->recursiveDelete($path);
}
}
}

Expand Down

0 comments on commit 56a4504

Please sign in to comment.