From 6e2dc3e4f0b82faea1a32412b939d1c989d8c12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 7 Dec 2020 07:39:25 +0100 Subject: [PATCH] Do not load nonexisting setup.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/Controller/SetupController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php index dd7e4eefc8..2c56e9083b 100644 --- a/core/Controller/SetupController.php +++ b/core/Controller/SetupController.php @@ -104,7 +104,6 @@ class SetupController { ]; $parameters = array_merge($defaults, $post); - \OC_Util::addScript('setup'); \OC_Template::printGuestPage('', 'installation', $parameters); }