You are here

function votingapi_actions_votingapi_recalculate in Voting API 5

File

./votingapi_actions.module, line 74

Code

function votingapi_actions_votingapi_recalculate($cached, $votes, $content_type, $content_id) {
  _votingapi_process_actions($content_id, $content_type, $votes, $cached);
}