From 3970a0716018a908a8092c22a98f2c5d80910404 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Wed, 9 Oct 2013 08:29:56 -0700 Subject: [PATCH] Issue #2049207 by LinL, Cottser: Fix reference to maintenance page tpl.php in default.settings.php --- sites/default/default.settings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 31c747d3db6e..731179fd8ce7 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -478,7 +478,8 @@ * This applies when the site is explicitly set to maintenance mode through the * administration page or when the database is inactive due to an error. * The template file should also be copied into the theme. It is located inside - * 'core/modules/system/maintenance-page.tpl.php'. + * 'core/modules/system/templates/maintenance-page.html.twig'. + * * Note: This setting does not apply to installation and update pages. */ # $settings['maintenance_theme'] = 'bartik'; -- GitLab