Changeset 3096
- Timestamp:
- 05/07/2016 12:03:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/trac/trac.php
r3068 r3096 80 80 $this->ticket_component_filters[ $component ] = array( $channel => true ); 81 81 } 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; 84 84 } 85 85 }
Note: See TracChangeset
for help on using the changeset viewer.