projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb36e03
)
Fixed temp folder during WCFSetup
author
Alexander Ebert
<ebert@woltlab.com>
Sat, 1 Jun 2013 22:42:15 +0000
(
00:42
+0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Sat, 1 Jun 2013 22:42:15 +0000
(
00:42
+0200)
wcfsetup/install.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install.php
b/wcfsetup/install.php
index 23aa678f844202259c3d8033da57f59231d43aa9..8e27f505f163923a9b319a928e8852b59af89800 100644
(file)
--- a/
wcfsetup/install.php
+++ b/
wcfsetup/install.php
@@
-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::get
Install
TempFolder());
/**
* Reads a file resource from temp folder.