mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #54359 from nextcloud/backport/53528/stable31
[stable31] fix(maintenance): refresh page when turned off (sometimes)
This commit is contained in:
commit
e6b5edd208
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