Small fixes

This commit is contained in:
Pinga 2025-07-04 17:22:58 +03:00
parent 1087687236
commit 26dca80604
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,6 @@ if (!is_dir($cachePath)) {
// Attempt to create the directory
if (!mkdir($cachePath, 0755, true)) {
$log->error("Unable to create cache directory at $cachePath. Please check permissions.");
throw new Exception("Unable to create cache directory at $cachePath. Please check permissions.");
}
}