Index: votingapi.module =================================================================== --- votingapi.module (revision 2974) +++ votingapi.module (working copy) @@ -471,7 +471,7 @@ } // Give other modules a chance to alter the collection of votes. - votingapi_invoke('calculate', $cache, $votes, $content_type, $content_id); + votingapi_invoke('calculate', $cache, $votes, $content_type, $content_id,$force_calculation); // Now, do the caching. Woo. foreach ($cache as $tag => $types) {