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