Skip to content

Commit 7cd2189

Browse files
joshtrichardsbackportbot[bot]
authored andcommitted
fix(maintenanceMode): Refresh web page when turned off (part 1)
Signed-off-by: Josh <[email protected]>
1 parent 5a07a2a commit 7cd2189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/base.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ public static function checkMaintenanceMode(\OC\SystemConfig $systemConfig): voi
246246
// render error page
247247
$template = new OC_Template('', 'update.user', 'guest');
248248
\OCP\Util::addScript('core', 'maintenance');
249+
\OCP\Util::addScript('core', 'common');
249250
\OCP\Util::addStyle('core', 'guest');
250251
$template->printPage();
251252
die();

0 commit comments

Comments
 (0)