aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/SetupController.php
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-02-01 17:57:19 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-02-01 18:03:51 +0100
commit2c9d7eeb763d2f907eea8234f6c60a829a5d39f7 (patch)
tree1dc6e71e33e3e06277e97b99a12531acf2af7ef7 /core/Controller/SetupController.php
parent1952560ac75007f615fc5c7e1aaabe4799fe6aa3 (diff)
downloadnextcloud-server-2c9d7eeb763d2f907eea8234f6c60a829a5d39f7.tar.gz
nextcloud-server-2c9d7eeb763d2f907eea8234f6c60a829a5d39f7.zip
Fix public page css fallback loading
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/Controller/SetupController.php')
-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 87508423cd3..bb7c8c4969d 100644
--- a/core/Controller/SetupController.php
+++ b/core/Controller/SetupController.php
@@ -92,7 +92,6 @@ 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);
}