diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-01-22 18:28:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-22 18:28:33 +0100 |
commit | bde1150d041de5535e9dd3baaaa957e5a9c7ca89 (patch) | |
tree | e365664834f6f1387d4bf63d3688887d2905afd0 /core/Controller/SetupController.php | |
parent | 012e52123900dcaab29989ab12b1848abe8d0a11 (diff) | |
parent | 9619584383621031f421598baf7c5c3e3c0ecd47 (diff) | |
download | nextcloud-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.php | 1 |
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); } |