Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
bugfix: don't delete translations from server when merging
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jun 14, 2011
1 parent 2340ad8 commit 44cf2bb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -818,7 +818,7 @@ public Response putTranslations(@PathParam("id") String idNoSlash, @PathParam("l
}
current = null;
}
else
else if (mergeType == MergeType.IMPORT)
{
HTextFlowTarget hTarget = textFlow.getTargets().get(hLocale);
if (hTarget != null)
Expand Down

0 comments on commit 44cf2bb

Please sign in to comment.