mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX: Respect SilverStripe's cache folder
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@99843 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
3f3962f041
commit
d2f4b6e071
1
thirdparty/Zend/Cache/Backend.php
vendored
1
thirdparty/Zend/Cache/Backend.php
vendored
@ -147,6 +147,7 @@ class Zend_Cache_Backend
|
||||
*/
|
||||
static function getTmpDir()
|
||||
{
|
||||
return TEMP_FOLDER;
|
||||
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
|
||||
// windows...
|
||||
foreach (array($_ENV, $_SERVER) as $tab) {
|
||||
|
Loading…
Reference in New Issue
Block a user