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:
Ingo Schommer 2010-02-25 09:17:26 +00:00 committed by Sam Minnee
parent 8a929e07a4
commit a0eb199eee

View File

@ -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) {