Fixed temp folder during WCFSetup
authorAlexander Ebert <ebert@woltlab.com>
Sat, 1 Jun 2013 22:42:15 +0000 (00:42 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 1 Jun 2013 22:42:15 +0000 (00:42 +0200)
wcfsetup/install.php

index 23aa678f844202259c3d8033da57f59231d43aa9..8e27f505f163923a9b319a928e8852b59af89800 100644 (file)
@@ -751,7 +751,7 @@ else {
 define('TMP_FILE_PREFIX', $prefix);
 
 // try to find the temp folder
-define('TMP_DIR', BasicFileUtil::getTempFolder());
+define('TMP_DIR', BasicFileUtil::getInstallTempFolder());
 
 /**
  * Reads a file resource from temp folder.