- Timestamp:
- 10/21/2019 07:12:19 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/trac/commit-handler.php
r8183 r9218 22 22 public function run() { 23 23 $this->generate_payload(); 24 foreach ( $this->trac->get_commit_channels( $this->svnlook( 'changed' ) ) as $channel ) {24 foreach ( $this->trac->get_commit_channels( $this->svnlook( 'changed' ), $this->svnlook( 'log' ) ) as $channel ) { 25 25 $this->send->send( $channel ); 26 26 }
Note: See TracChangeset
for help on using the changeset viewer.