mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Reverted r99843 - we're not modifying thirdparty dependencies
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@99957 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
8a929e07a4
commit
a0eb199eee
1
thirdparty/Zend/Cache/Backend.php
vendored
1
thirdparty/Zend/Cache/Backend.php
vendored
@ -147,7 +147,6 @@ 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…
x
Reference in New Issue
Block a user