Skip to content

Commit e60761e

Browse files
committed
fix openbasedir
1 parent abdf552 commit e60761e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpFastCache/Util/OpenBaseDir.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public static function checkBaseDir($path) {
2121
self::$stores[$index] = true;
2222
return true;
2323
}
24-
2524
}
25+
self::$stores[$index] = false;
2626
} else {
2727
return self::$stores[$index];
2828
}

0 commit comments

Comments
 (0)