Changeset 1130 for sites/trunk/common/includes/slack/trac/ticket.php
- Timestamp:
- 01/12/2015 02:53:22 PM (11 years ago)
- File:
-
- 1 edited
-
sites/trunk/common/includes/slack/trac/ticket.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/trac/ticket.php
r1121 r1130 73 73 74 74 static function get_ticket_fields( $ticket ) { 75 $new = false !== strpos( get_c lass( $this), 'New_Ticket' );75 $new = false !== strpos( get_called_class(), 'New_Ticket' ); 76 76 77 77 $ticket_fields = array();
Note: See TracChangeset
for help on using the changeset viewer.