Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-12-07 11:17:06 +0300
committerGitHub <noreply@github.com>2020-12-07 11:17:06 +0300
commite02c9ec1bfc7eaabafe640dce87adb5efb013ad0 (patch)
treeb6f45f9087f93ad2425e8b02ca6e7b5c8a0adaf7
parent76ffc46c01eb1efdcb044fe23c4a5bb83c63c184 (diff)
parentdf769c025ab12cb5caad07ea9370a188201c796e (diff)
Merge pull request #24581 from nextcloud/bugfix/noid/setup-js
Do not load nonexisting setup.js
-rw-r--r--core/Controller/SetupController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php
index 96dad865c4b..6d117eafd59 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);
}