Making WordPress.org

Changeset 3096


Ignore:
Timestamp:
05/07/2016 12:03:19 PM (9 years ago)
Author:
ocean90
Message:

Slack: Fix copy/paste error which prevents bypassing the primary channel for ticket filter matches.

See #1377.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/slack/trac/trac.php

    r3068 r3096  
    8080                $this->ticket_component_filters[ $component ] = array( $channel => true );
    8181            }
    82             if ( $this->bypass_primary_channel_for_ticket_filter_matches && empty( $this->ticket_component_filters[ $path ][ $this->primary_channel ] ) ) {
    83                 $this->ticket_component_filters[ $path ][ $this->primary_channel ] = false;
     82            if ( $this->bypass_primary_channel_for_ticket_filter_matches && empty( $this->ticket_component_filters[ $component ][ $this->primary_channel ] ) ) {
     83                $this->ticket_component_filters[ $component ][ $this->primary_channel ] = false;
    8484            }
    8585        }
Note: See TracChangeset for help on using the changeset viewer.