Skip to:
Content
Pages
Categories
Search
Top
Bottom

Possible BUG FIX (Needs Trac?)


  • glyndavidson
    Participant

    @glyndavidson

    I think I found (and fixed) a bug that was preventing inbox messages from bulk deleting.
    In /bp-themes/bp-default/_inc/global.js, line 1213
    and /bp-templates/bp-legacy/js/buddypress.js line 1242

    Shouldn’t
    if ( -1 == jq.inArray( this.id ), Array( 'delete_sentbox_messages', 'delete_inbox_messages' ) ) {

    be
    if ( -1 == jq.inArray( this.id, Array( 'delete_sentbox_messages', 'delete_inbox_messages' ) )) {
    ?

    I changed it and now my bulk delete works.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Possible BUG FIX (Needs Trac?)’ is closed to new replies.
Skip to toolbar