Making WordPress.org


Ignore:
Timestamp:
01/12/2015 02:53:22 PM (11 years ago)
Author:
nacin
Message:

Slack: Update library to fix bugs found in testing. Mostly wrong variables.

File:
1 edited

Legend:

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

    r1121 r1130  
    7373
    7474    static function get_ticket_fields( $ticket ) {
    75         $new = false !== strpos( get_class( $this ), 'New_Ticket' );
     75        $new = false !== strpos( get_called_class(), 'New_Ticket' );
    7676   
    7777        $ticket_fields = array();
Note: See TracChangeset for help on using the changeset viewer.