mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-12 13:58:12 +02:00
Small fixes
This commit is contained in:
parent
1087687236
commit
26dca80604
2 changed files with 3 additions and 3 deletions
|
@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue