mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Do not load nonexisting setup.js
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
32ded877dc
commit
df769c025a
1 changed files with 0 additions and 1 deletions
|
|
@ -104,7 +104,6 @@ class SetupController {
|
|||
];
|
||||
$parameters = array_merge($defaults, $post);
|
||||
|
||||
\OC_Util::addScript('setup');
|
||||
\OC_Template::printGuestPage('', 'installation', $parameters);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue