summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-11 17:26:33 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-11 17:26:33 +0000
commit9a34f7a1c2036e0e31e105cbfe6015216561f672 (patch)
treef573faeb6e984aab7df01de444a97c3947a954fd /update.php
parent82f604753e281a9d2d5a10c41e4c29678b37eac8 (diff)
downloadbrdo-9a34f7a1c2036e0e31e105cbfe6015216561f672.tar.gz
brdo-9a34f7a1c2036e0e31e105cbfe6015216561f672.tar.bz2
#546048 by Gábor Hojtsy: Move maintenance mode setting to config/development.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index d00b55311..0eb1e6118 100644
--- a/update.php
+++ b/update.php
@@ -207,7 +207,7 @@ function update_info_page() {
$output .= "<ol>\n";
$output .= "<li><strong>Back up your database</strong>. This process will change your database values and in case of emergency you may need to revert to a backup.</li>\n";
$output .= "<li><strong>Back up your code</strong>. Hint: when backing up module code, do not leave that backup in the 'modules' or 'sites/*/modules' directories as this may confuse Drupal's auto-discovery mechanism.</li>\n";
- $output .= '<li>Put your site into <a href="' . base_path() . '?q=admin/settings/maintenance-mode">maintenance mode</a>.</li>' . "\n";
+ $output .= '<li>Put your site into <a href="' . base_path() . '?q=admin/config/development/maintenance">maintenance mode</a>.</li>' . "\n";
$output .= "<li>Install your new files in the appropriate location, as described in the handbook.</li>\n";
$output .= "</ol>\n";
$output .= "<p>When you have performed the steps above, you may proceed.</p>\n";