Skip to content

Commit 97df102

Browse files
committed
Following #373 updated directory path for more consistency
1 parent 864daf9 commit 97df102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/phpFastCache/Core/Pool/IO/IOHelperTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ public function getPath($readonly = false)
7070
}
7171

7272
$path_suffix = $securityKey . DIRECTORY_SEPARATOR . $this->getDriverName();
73-
$full_path = $path . $path_suffix;
74-
$full_path_tmp = $tmp_dir . $path_suffix;
73+
$full_path = Directory::getAbsolutePath($path . $path_suffix);
74+
$full_path_tmp = Directory::getAbsolutePath($tmp_dir . $path_suffix);
7575
$full_path_hash = md5($full_path);
7676

7777
/**

0 commit comments

Comments
 (0)