Advanced theme, voting as in-Bulletin part (Polls) not working.
Debuge shows problem there:
function OnMakeVote($event)
{
$object = $event->getObject($this->Application->GetVar('poll_id'));
The getObject parameter must be Array, not string.
Notice: Argument 1 passed to kEvent::getObject() must be an array, string given, called in /home/sites/dev/web/SVN/5.2.x/modules/in-bulletin/units/polls/poll_eh.php on line 109 and defined in /home/sites/dev/web/SVN/5.2.x/core/kernel/utility/event.php on line 272