summaryrefslogtreecommitdiff
path: root/modules/update/update.report.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update/update.report.inc')
-rw-r--r--modules/update/update.report.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/update/update.report.inc b/modules/update/update.report.inc
index 059103046..465509516 100644
--- a/modules/update/update.report.inc
+++ b/modules/update/update.report.inc
@@ -48,6 +48,7 @@ function theme_update_report($data) {
$icon = theme('image', 'misc/watchdog-ok.png', t('ok'), t('ok'));
break;
case UPDATE_UNKNOWN:
+ case UPDATE_NOT_FETCHED:
$class = 'unknown';
$icon = theme('image', 'misc/watchdog-warning.png', t('warning'), t('warning'));
break;