-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3
-
Fix Version/s: 1.3
-
Component/s: None
-
Labels:None
There is a typo that prevent from correctly loading multiple aliases in CoreContainer.Load:203
for (int a=1; a<aliases.size(); a++) { core.open(); register(aliases.get(i), core, false); }
I believe the get(i) should be get(a)