Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

 

  • No labels