From: Marcel Werk Date: Tue, 25 Jun 2013 12:29:55 +0000 (+0200) Subject: Fixed undefined constant X-Git-Tag: 2.0.0_Beta_5~135 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5805a819f238ae73f01f9dda8c1f6407ed5cb6b9;p=GitHub%2FWoltLab%2FWCF.git Fixed undefined constant --- diff --git a/wcfsetup/install.php b/wcfsetup/install.php index eb2f14e40a..f2d62bbc0d 100644 --- 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; }