This commit is contained in:
parent
47e02071fc
commit
d9d716fa7d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user