Mercurial > hg > isophonics-drupal-site
diff core/lib/Drupal/Core/Update/UpdateKernel.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
line wrap: on
line diff
--- a/core/lib/Drupal/Core/Update/UpdateKernel.php Thu Apr 26 11:26:54 2018 +0100 +++ b/core/lib/Drupal/Core/Update/UpdateKernel.php Tue Jul 10 15:07:59 2018 +0100 @@ -182,7 +182,7 @@ $db_update_access = $this->getContainer()->get('access_check.db_update'); if (!Settings::get('update_free_access', FALSE) && !$db_update_access->access($account)->isAllowed()) { - throw new AccessDeniedHttpException('In order to run update.php you need to either be logged in as admin or have set $settings[\'update_free_access\'] in your settings.php.'); + throw new AccessDeniedHttpException('In order to run update.php you need to either have "Administer software updates" permission or have set $settings[\'update_free_access\'] in your settings.php.'); } }