Skip to content

Commit

Permalink
Update the bug's Last Update timestamp when editing a bugnote
Browse files Browse the repository at this point in the history
Fixes #7633
  • Loading branch information
dregad committed Apr 25, 2012
1 parent a8e5b81 commit 55f0779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/bugnote_api.php
Expand Up @@ -528,6 +528,7 @@ function bugnote_set_text( $p_bugnote_id, $p_bugnote_text ) {

# updated the last_updated date
bugnote_date_update( $p_bugnote_id );
bug_update_date( $t_bug_id );

# insert a new revision
$t_user_id = auth_get_current_user_id();
Expand Down

0 comments on commit 55f0779

Please sign in to comment.