diff --git a/src/phpFastCache/Util/OpenBaseDir.php b/src/phpFastCache/Util/OpenBaseDir.php index 9ca5dfb14..23660f16d 100644 --- a/src/phpFastCache/Util/OpenBaseDir.php +++ b/src/phpFastCache/Util/OpenBaseDir.php @@ -21,8 +21,8 @@ public static function checkBaseDir($path) { self::$stores[$index] = true; return true; } - } + self::$stores[$index] = false; } else { return self::$stores[$index]; }