Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

#6374 closed defect (bug) (fixed)

bp_activity_can_comment() not behaving the right way

Reported by: imath Owned by: imath
Priority: normal Milestone: 2.3
Component: Activity Version:
Severity: normal 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 11 years ago.

Download all attachments as: .zip

Change History (4)

@imath
11 years ago

#1 @r-a-y
11 years ago

  • Keywords commit added

Commit it! :)

#2 @imath
11 years ago

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

#3 @imath
11 years ago

  • Owner set to imath
  • Resolutionfixed
  • Status newclosed

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.