summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 161840cff..937cc420e 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -157,7 +157,8 @@ $db_prefix = '';
* Access control for update.php script
*
* If you are updating your Drupal installation using the update.php script but
- * are not logged in using the site maintenance account (the account that was
+ * are not logged in using either an account with the "Administer software
+ * updates" permission or the site maintenance account (the account that was
* created during installation), you will need to modify the access check
* statement below. Change the FALSE to a TRUE to disable the access check.
* After finishing the upgrade, be sure to open this file again and change the