Skip to content

Commit

Permalink
minor improvement to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 14, 2019
1 parent 9bd648b commit 0aaf610
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -115,6 +115,7 @@ else if (cmdName.equals("case")) {
newEntry.setInstant(true);
newEntry.addObject("reqid", scriptEntry.getObject("reqid"));
newEntry.entryData.transferDataFrom(scriptEntry.entryData);
newEntry.entryData.scriptEntry = newEntry;
}

scriptEntry.setInstant(true);
Expand Down

0 comments on commit 0aaf610

Please sign in to comment.