diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php index 96dad865c4bb5..6d117eafd5917 100644 --- a/core/Controller/SetupController.php +++ b/core/Controller/SetupController.php @@ -104,7 +104,6 @@ public function display($post) { ]; $parameters = array_merge($defaults, $post); - \OC_Util::addScript('setup'); \OC_Template::printGuestPage('', 'installation', $parameters); }