Index: branches/RC/themes/default2007/platform/inc/ajax.js =================================================================== diff -u -r11094 -r11248 --- branches/RC/themes/default2007/platform/inc/ajax.js (.../ajax.js) (revision 11094) +++ branches/RC/themes/default2007/platform/inc/ajax.js (.../ajax.js) (revision 11248) @@ -217,7 +217,7 @@ this.BusyRequest = false; } -RatingManager.prototype.makeVote = function ($vote, $prefix, $id) { +RatingManager.prototype.makeVote = function ($vote, $prefix, $id, $size) { var $url = this.Url.replace('#PREFIX#', $prefix).replace('#VOTE#', $vote).replace('#ID#', $id).replace('#SIZE#', $size); Request.makeRequest($url, this.BusyRequest, '', this.successCallback, this.errorCallback, [$vote, $prefix, $id], this);