Fixed undefined constant
authorMarcel Werk <burntime@woltlab.com>
Tue, 25 Jun 2013 12:29:55 +0000 (14:29 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 25 Jun 2013 12:29:55 +0000 (14:29 +0200)
wcfsetup/install.php

index eb2f14e40ad31e3996966b9f65e159ef84545155..f2d62bbc0da1580f6ba579a81fb7f7327b9fa07c 100644 (file)
@@ -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;
                }