Skip to content

Commit

Permalink
Add the list of bugnotes to the event parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Dec 5, 2008
1 parent 28bd7b6 commit 0252bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugnote_view_inc.php
Expand Up @@ -80,7 +80,7 @@
</td>
</tr>
<?php
event_signal( 'EVENT_VIEW_BUGNOTES_START', $f_bug_id );
event_signal( 'EVENT_VIEW_BUGNOTES_START', array( $f_bug_id, $t_bugnotes ) );

$t_normal_date_format = config_get( 'normal_date_format' );
$t_total_time = 0;
Expand Down

0 comments on commit 0252bf9

Please sign in to comment.