summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/Controller/SetupController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php
index 96dad865c4b..6d117eafd59 100644
--- a/core/Controller/SetupController.php
+++ b/core/Controller/SetupController.php
@@ -104,7 +104,6 @@ class SetupController {
];
$parameters = array_merge($defaults, $post);
- \OC_Util::addScript('setup');
\OC_Template::printGuestPage('', 'installation', $parameters);
}