#162788 by dww: allow contrib update_status to provide information on disabled modules and themes too
parent
4dbfd5e66c
commit
3645f03233
|
@ -188,6 +188,8 @@ function theme_update_report($data) {
|
||||||
'core' => t('Drupal core'),
|
'core' => t('Drupal core'),
|
||||||
'module' => t('Modules'),
|
'module' => t('Modules'),
|
||||||
'theme' => t('Themes'),
|
'theme' => t('Themes'),
|
||||||
|
'disabled-module' => t('Disabled modules'),
|
||||||
|
'disabled-theme' => t('Disabled themes'),
|
||||||
);
|
);
|
||||||
foreach ($project_types as $type_name => $type_label) {
|
foreach ($project_types as $type_name => $type_label) {
|
||||||
if (!empty($rows[$type_name])) {
|
if (!empty($rows[$type_name])) {
|
||||||
|
|
Loading…
Reference in New Issue