Skip to:
Content

BuddyPress.org

Opened 9 years ago

Closed 9 years ago

#6374 closed defect (bug) (fixed)

bp_activity_can_comment() not behaving the right way

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 2.3 Priority: normal
Severity: normal Version:
Component: Activity Keywords: has-patch commit
Cc:

Description

in r9698, the site option bp-disable-blogforum-comments was mistyped (extra 'd' in disable) causing the disable comments check to always be false.


Attachments (1)

6374.patch (786 bytes) - added by imath 9 years ago.

Download all attachments as: .zip

Change History (4)

@imath
9 years ago

#1 @r-a-y
9 years ago

  • Keywords commit added

Commit it! :)

#2 @imath
9 years ago

@r-a-y sure :) i've noticed this at work, couldn't commit it there!

#3 @imath
9 years ago

  • Owner set to imath
  • Resolution set to fixed
  • Status changed from new to closed

In 9751:

Make sure the correct site option is checked in bp_activity_can_comment()

The option to check is bp-disable-blogforum-comments. In r9698, the option was mistyped to bp-disabled-blogforum-comments.

Fixes #6374

Note: See TracTickets for help on using tickets.