Index: update_status.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/update_status/update_status.module,v retrieving revision 1.83.2.22 diff -u -r1.83.2.22 update_status.module --- update_status.module 2 Oct 2007 08:46:41 -0000 1.83.2.22 +++ update_status.module 26 Oct 2007 17:21:08 -0000 @@ -413,7 +413,7 @@ $body = array(); $types = array('core', 'contrib'); foreach ($types as $base_type) { - $type = 'update_status_'. $report_type; + $type = 'update_status_'. $base_type; if (isset($status[$type]['severity']) && $status[$type]['severity'] == REQUIREMENT_ERROR) { $body[] = wordwrap(_update_status_message_text($base_type, $status[$type]['reason'], FALSE));