Skip to content
Snippets Groups Projects
Unverified Commit e02c9ec1 authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Merge pull request #24581 from nextcloud/bugfix/noid/setup-js

Do not load nonexisting setup.js
parents 76ffc46c df769c02
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,6 @@ class SetupController { ...@@ -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);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment