Skip to content

Commit e02c9ec

Browse files
authored
Merge pull request #24581 from nextcloud/bugfix/noid/setup-js
Do not load nonexisting setup.js
2 parents 76ffc46 + df769c0 commit e02c9ec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/Controller/SetupController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ public function display($post) {
104104
];
105105
$parameters = array_merge($defaults, $post);
106106

107-
\OC_Util::addScript('setup');
108107
\OC_Template::printGuestPage('', 'installation', $parameters);
109108
}
110109

0 commit comments

Comments
 (0)