Skip to content

Commit 54e5a61

Browse files
committed
Merge pull request #178 from tilluhlig/final
missing bracket in phpfastcache/3.0.0/drivers/files.php
2 parents 4b4dff5 + 1222ed1 commit 54e5a61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpfastcache/3.0.0/drivers/files.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ private function getFilePath($keyword, $skip = false) {
5555
if(!file_exists($path)) {
5656
if(!mkdir($path,$this->__setChmodAuto())) {
5757
throw new Exception("PLEASE CHMOD ".$this->getPath()." - 0777 OR ANY WRITABLE PERMISSION!",92);
58+
}
5859
}
5960
}
6061

0 commit comments

Comments
 (0)