Skip to content

Commit 206632a

Browse files
committed
Remove double directory separator; getBasedir always ends with one
1 parent ddf2407 commit 206632a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SimpleSAML/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function getCacheDir(): string
6666
return $cachePath;
6767
}
6868

69-
return $configuration->getBaseDir() . DIRECTORY_SEPARATOR . $cachePath;
69+
return $configuration->getBaseDir() . $cachePath;
7070
}
7171

7272

0 commit comments

Comments
 (0)