Merge pull request #24583 from nextcloud/backport/24581/stable19

[stable19] Do not load nonexisting setup.js
This commit is contained in:
Roeland Jago Douma 2020-12-07 11:16:04 +01:00 committed by GitHub
commit 6091ae9648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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