diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-16 16:40:02 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-16 16:45:00 +0200 |
commit | 0cfcccee29652c83e6c898bc487fe09bb54e0c22 (patch) | |
tree | eb4aaf2473f1801017a0188ae1cd7d536d68966f /lib/base.php | |
parent | 633a1981428a1b94626ea6447c9ee305162c01dd (diff) | |
download | nextcloud-server-0cfcccee29652c83e6c898bc487fe09bb54e0c22.tar.gz nextcloud-server-0cfcccee29652c83e6c898bc487fe09bb54e0c22.zip |
Migrate the maintenance script to a modern module and bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 735bb8b7725..30d57153de9 100644 --- a/lib/base.php +++ b/lib/base.php @@ -292,7 +292,7 @@ class OC { // render error page $template = new OC_Template('', 'update.user', 'guest'); - OC_Util::addScript('maintenance-check'); + OC_Util::addScript('dist/maintenance'); OC_Util::addStyle('core', 'guest'); $template->printPage(); die(); |