mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Properly import maintenance script
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
5a80df6e4c
commit
d3acf8203d
1 changed files with 2 additions and 2 deletions
|
|
@ -297,8 +297,8 @@ class OC {
|
|||
|
||||
// render error page
|
||||
$template = new OC_Template('', 'update.user', 'guest');
|
||||
OC_Util::addScript('maintenance');
|
||||
OC_Util::addStyle('core', 'guest');
|
||||
\OCP\Util::addScript('core', 'maintenance');
|
||||
\OCP\Util::addStyle('core', 'guest');
|
||||
$template->printPage();
|
||||
die();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue