JomSocial activity plugin updated

I'm pleased to anounce that the JomSocial activity plugin for compojoomComment was updated to version 1.0.5 . This release fixes the following bug:
#Despite being marked as spam comments are published to JomSocial's activity stream

All our compojoomComment subscribers can download the update from here.

Sadly this won't fix the bug immediatly. You will have to make some small changes to the following file:
com_comment/classes/joomlacomment/JOSC_board.php

On line 232 change:

$dispatcher->trigger('onAfterCommentSave', array(&$this));

to

$dispatcher->trigger('onAfterCommentSave', array(&$this, $published));


P.S. This change will be included in the next version of compojoomComment so if you don't want to make that change you can wait :)

Rate this blog entry:
0
Sample Lesson: How to Set Your Time Zone Preferenc...
Hotspots 1.0 beta2 released