diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-12-07 09:17:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 09:17:06 +0100 |
commit | e02c9ec1bfc7eaabafe640dce87adb5efb013ad0 (patch) | |
tree | b6f45f9087f93ad2425e8b02ca6e7b5c8a0adaf7 /core | |
parent | 76ffc46c01eb1efdcb044fe23c4a5bb83c63c184 (diff) | |
parent | df769c025ab12cb5caad07ea9370a188201c796e (diff) | |
download | nextcloud-server-e02c9ec1bfc7eaabafe640dce87adb5efb013ad0.tar.gz nextcloud-server-e02c9ec1bfc7eaabafe640dce87adb5efb013ad0.zip |
Merge pull request #24581 from nextcloud/bugfix/noid/setup-js
Do not load nonexisting setup.js
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 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); } |