diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-12-07 07:39:25 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2020-12-07 08:20:02 +0000 |
commit | 6e2dc3e4f0b82faea1a32412b939d1c989d8c12d (patch) | |
tree | 685d75967fa73904193622fd905e766c9aca7172 /core | |
parent | b8e8bc5ddd0a2ff76f3b290fa8f3786a8b94cba3 (diff) | |
download | nextcloud-server-6e2dc3e4f0b82faea1a32412b939d1c989d8c12d.tar.gz nextcloud-server-6e2dc3e4f0b82faea1a32412b939d1c989d8c12d.zip |
Do not load nonexisting setup.js
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/Controller/SetupController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php index dd7e4eefc81..2c56e9083be 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); } |