aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/SetupController.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-01-22 18:28:33 +0100
committerGitHub <noreply@github.com>2017-01-22 18:28:33 +0100
commitbde1150d041de5535e9dd3baaaa957e5a9c7ca89 (patch)
treee365664834f6f1387d4bf63d3688887d2905afd0 /core/Controller/SetupController.php
parent012e52123900dcaab29989ab12b1848abe8d0a11 (diff)
parent9619584383621031f421598baf7c5c3e3c0ecd47 (diff)
downloadnextcloud-server-bde1150d041de5535e9dd3baaaa957e5a9c7ca89.tar.gz
nextcloud-server-bde1150d041de5535e9dd3baaaa957e5a9c7ca89.zip
Merge pull request #3004 from nextcloud/fix-installation-css
Fixed installation page
Diffstat (limited to 'core/Controller/SetupController.php')
-rw-r--r--core/Controller/SetupController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php
index bb7c8c4969d..87508423cd3 100644
--- a/core/Controller/SetupController.php
+++ b/core/Controller/SetupController.php
@@ -92,6 +92,7 @@ class SetupController {
\OC_Util::addVendorScript('strengthify/jquery.strengthify');
\OC_Util::addVendorStyle('strengthify/strengthify');
+ \OC_Util::addStyle('guest');
\OC_Util::addScript('setup');
\OC_Template::printGuestPage('', 'installation', $parameters);
}