-
aaronfrerichs posted on the forum topic First stable release & Docs in the group BuddyPress Moderation: 14 years, 6 months ago
I believe I found it – a bug in the constructor for the bpModAbstractDBObj class. I added a line to set the id and it seems to be working for me now. ` function __construct($id = false) { parent::__construct(); if($id){ $this->__id = $id; // added this line to fix unflag issue – aaron.frerichs – 9/13/2010 […]
-
aaronfrerichs posted on the forum topic First stable release & Docs in the group BuddyPress Moderation: 14 years, 6 months ago
I’m having the same issue – WP 3.0.1 and BP 1.2.5.2
-
aaronfrerichs joined the group BuddyPress Moderation 14 years, 6 months ago
@aaronfrerichs
Active 6 years, 9 months ago