From e60761e611dc0c45a239afc5bebf4e7e96e87802 Mon Sep 17 00:00:00 2001 From: Khoa Bui Date: Thu, 3 Mar 2016 13:05:54 -0800 Subject: [PATCH] fix openbasedir --- src/phpFastCache/Util/OpenBaseDir.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }