From: Morris Jobke Date: Tue, 13 Jun 2017 21:43:25 +0000 (-0500) Subject: Use the guest.css for the maintenance page as well X-Git-Tag: v12.0.1RC1~73^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F5416%2Fhead;p=nextcloud-server.git Use the guest.css for the maintenance page as well Signed-off-by: Morris Jobke --- diff --git a/core/templates/singleuser.user.php b/core/templates/singleuser.user.php deleted file mode 100644 index ba01c9385f2..00000000000 --- a/core/templates/singleuser.user.php +++ /dev/null @@ -1,10 +0,0 @@ - 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(); }