We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0f73a commit 4a1d5aaCopy full SHA for 4a1d5aa
src/RWFileCache.php
@@ -319,10 +319,6 @@ protected function getFilePathFromKey($key)
319
}
320
321
322
- if (!is_readable($directoryToCreate) || !is_writable($directoryToCreate)) {
323
- chmod($directoryToCreate, 0777);
324
- }
325
-
326
$filePath = $this->config['cacheDirectory'].$key.'.'.$this->config['fileExtension'];
327
328
return $filePath;
0 commit comments