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:
900f8e7
)
Fixed undefined constant
author
Marcel Werk
<burntime@woltlab.com>
Tue, 25 Jun 2013 12:29:55 +0000
(14:29 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Tue, 25 Jun 2013 12:29:55 +0000
(14:29 +0200)
wcfsetup/install.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install.php
b/wcfsetup/install.php
index eb2f14e40ad31e3996966b9f65e159ef84545155..f2d62bbc0da1580f6ba579a81fb7f7327b9fa07c 100644
(file)
--- a/
wcfsetup/install.php
+++ b/
wcfsetup/install.php
@@
-272,7
+272,7
@@
class BasicFileUtil {
return $path . '/';
}
- $path =
WCF
_DIR.'tmp/';
+ $path =
INSTALL_SCRIPT
_DIR.'tmp/';
if (@file_exists($path) && @is_writable($path)) {
return $path;
}