Index: abuse/abuse.module =================================================================== --- abuse/abuse.module (revision 1887) +++ abuse/abuse.module (working copy) @@ -883,7 +883,7 @@ return $content; } -function theme_abuse_report($object) { +function theme_abuse_report($object, $count) { $account = user_load(array('uid' => $object->uid)); $offences = number_format(_abuse_get_offence_count($object->uid)); $warnings = number_format(_abuse_get_warning_count($object->uid));