This commit is contained in:
@@ -42,7 +42,8 @@ namespace DataLoader
|
||||
{
|
||||
_OutTran = new OutsideTransition(cn);
|
||||
// load rofst (use it later)....
|
||||
rofst = new ROFST(pth + "\\ro.fst");
|
||||
DocVersionInfo dvi = DocVersionInfo.Get(docver.VersionID);
|
||||
rofst = new ROFST(pth + "\\ro.fst",dvi);
|
||||
// Migrate library documents
|
||||
MigrateLibDocs(cn, pth);
|
||||
// Initialize Dictionaries
|
||||
|
Reference in New Issue
Block a user