Skip to content

Commit

Permalink
Fix mantisbt-plugins#145: Full import creates bad history entries
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Apr 22, 2010
1 parent 49276d8 commit 54b57e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Source.API.php
Expand Up @@ -253,6 +253,7 @@ function Source_Process_Changesets( $p_changesets, $p_repo=null ) {

# Save changeset data before processing their consequences
foreach( $p_changesets as $t_changeset ) {
$t_changeset->repo = $p_repo;
$t_changeset->save();
}

Expand Down

0 comments on commit 54b57e9

Please sign in to comment.