Changeset 3063
- Timestamp:
- 05/03/2016 10:51:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/trac/trac.php
r3061 r3063 251 251 } 252 252 253 // Component and focuses are needed for the component filters. 254 if ( $ticket instanceof Ticket ) { 255 $ticket->fetch(); 256 } 257 253 258 if ( isset( $ticket->component ) && isset( $this->ticket_component_filters[ $ticket->component ] ) ) { 254 259 $channels = array_merge( $channels, (array) $this->ticket_component_filters[ $ticket->component ] );
Note: See TracChangeset
for help on using the changeset viewer.