summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-06-14 14:11:28 +0200
committerGitHub <noreply@github.com>2017-06-14 14:11:28 +0200
commita7abac5897438c8775b0010781ca67301d5226e6 (patch)
treee315af8b068539b4f32ce86100f0e99cfea8fc68 /lib
parentf3f3d077aeb72b32621b31e82451a86bd72bf779 (diff)
parent0f83cdc78e4a383beba1be220197e77e852036eb (diff)
downloadnextcloud-server-a7abac5897438c8775b0010781ca67301d5226e6.tar.gz
nextcloud-server-a7abac5897438c8775b0010781ca67301d5226e6.zip
Merge pull request #5392 from nextcloud/maintenance-mode-style
Use the guest.css for the maintenance page as well
Diffstat (limited to 'lib')
-rw-r--r--lib/base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php
index 226aeeb727f..29778f02a45 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -280,6 +280,7 @@ class OC {
// render error page
$template = new OC_Template('', 'update.user', 'guest');
OC_Util::addScript('maintenance-check');
+ OC_Util::addStyle('core', 'guest');
$template->printPage();
die();
}