Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Feb 23, 2024
1 parent cbc6589 commit 97d775a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ function zipDirectory($destinationFile) {
$countFilesAdded++;
}
} else {
error_log("Skipping directory or unreadable file: $filePath");
//error_log("Skipping directory or unreadable file: $filePath");
}
}

Expand Down

0 comments on commit 97d775a

Please sign in to comment.