From: Alexander Ebert Date: Fri, 15 Nov 2024 16:17:15 +0000 (+0100) Subject: Fix the WCFSetup X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2bda9e5f604553a7c48c09ad896a20fb4123ba6b;p=GitHub%2FWoltLab%2FWCF.git Fix the WCFSetup --- diff --git a/wcfsetup/install.php b/wcfsetup/install.php index c3c949dcab..9153c18e3a 100644 --- a/wcfsetup/install.php +++ b/wcfsetup/install.php @@ -17,6 +17,8 @@ define('SETUP_FILE', INSTALL_SCRIPT_DIR . 'WCFSetup.tar.gz'); define('NO_IMPORTS', 1); +define('WCF_N', 1); + $neededFilesPattern = [ '!^setup/.*!', '!^install/files/acp/images/woltlabSuite.*!',