mirror of
https://github.com/nextcloud/server.git
synced 2026-05-14 09:29:52 -04:00
fix(maintenanceMode): Refresh web page when turned off (part 1)
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
7ff9bbdfa8
commit
be486552f2
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ class OC {
|
|||
// render error page
|
||||
$template = new OC_Template('', 'update.user', 'guest');
|
||||
\OCP\Util::addScript('core', 'maintenance');
|
||||
\OCP\Util::addScript('core', 'common');
|
||||
\OCP\Util::addStyle('core', 'guest');
|
||||
$template->printPage();
|
||||
die();
|
||||
|
|
|
|||
Loading…
Reference in a new issue