Merge pull request #24581 from nextcloud/bugfix/noid/setup-js

Do not load nonexisting setup.js
This commit is contained in:
John Molakvoæ 2020-12-07 09:17:06 +01:00 committed by GitHub
commit e02c9ec1bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,6 @@ class SetupController {
];
$parameters = array_merge($defaults, $post);
\OC_Util::addScript('setup');
\OC_Template::printGuestPage('', 'installation', $parameters);
}