Making WordPress.org


Ignore:
Timestamp:
12/31/2014 05:20:31 PM (12 years ago)
Author:
nacin
Message:

Slack: Fix some minor issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/svn.wordpress.org/includes/slack-trac-hooks/trac.php

    r1078 r1079  
    7777                $channels = (array) $this->commit_channels;
    7878
    79                 if ( isset( $this->firehose_channel ) ) {
     79                if ( ! empty( $this->firehose_channel ) ) {
    8080                        $channels[] = $this->firehose_channel;
    8181                }
     
    102102                $channels = (array) $this->ticket_channels;
    103103
    104                 if ( isset( $this->firehose_channel ) ) {
     104                if ( ! empty( $this->firehose_channel ) ) {
    105105                        $channels[] = $this->firehose_channel;
    106106                }
Note: See TracChangeset for help on using the changeset viewer.