Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Upload the correct note
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanrogers committed Jan 8, 2012
1 parent a20da9c commit 7346874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/SimplenoteSync.pm
Expand Up @@ -270,7 +270,7 @@ sub _merge_local_and_remote_lists {
}
when ( -1 ) {
$self->logger->debug( "[$key] local note is newer" );
$self->_put_note( $note );
$self->_put_note( $self->notes->{$key} );
$self->stats->{update_local}++;
}
}
Expand Down

0 comments on commit 7346874

Please sign in to comment.