Do not load nonexisting setup.js
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
b8e8bc5ddd
commit
6e2dc3e4f0
|
@ -104,7 +104,6 @@ class SetupController {
|
|||
];
|
||||
$parameters = array_merge($defaults, $post);
|
||||
|
||||
\OC_Util::addScript('setup');
|
||||
\OC_Template::printGuestPage('', 'installation', $parameters);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue