Browse Source
Do not load nonexisting setup.js
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/24581/head
Julius Härtl
6 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
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); |
|
|
|
} |
|
|
|
|
|
|
|
|