summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index c3477faf7..14d5833bc 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -216,6 +216,10 @@ function system_permission() {
'title' => t('Administer site configuration'),
'description' => t('Configure site-wide settings such as module or theme administration settings.'),
),
+ 'administer software updates' => array(
+ 'title' => t('Administer software updates'),
+ 'description' => t('Run the update.php script.'),
+ ),
'administer actions' => array(
'title' => t('Administer actions'),
'description' => t('Manage the actions defined for your site.'),