summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/update/update.report.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/update/update.report.inc b/modules/update/update.report.inc
index 2c5c283f4..44de3d8f9 100644
--- a/modules/update/update.report.inc
+++ b/modules/update/update.report.inc
@@ -188,6 +188,8 @@ function theme_update_report($data) {
'core' => t('Drupal core'),
'module' => t('Modules'),
'theme' => t('Themes'),
+ 'disabled-module' => t('Disabled modules'),
+ 'disabled-theme' => t('Disabled themes'),
);
foreach ($project_types as $type_name => $type_label) {
if (!empty($rows[$type_name])) {