Browse Source
Merge pull request #24581 from nextcloud/bugfix/noid/setup-js
Do not load nonexisting setup.js
pull/24588/head
John Molakvoæ
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
core/Controller/SetupController.php
|
|
|
@ -104,7 +104,6 @@ class SetupController { |
|
|
|
]; |
|
|
|
$parameters = array_merge($defaults, $post); |
|
|
|
|
|
|
|
\OC_Util::addScript('setup'); |
|
|
|
\OC_Template::printGuestPage('', 'installation', $parameters); |
|
|
|
} |
|
|
|
|
|
|
|
|