|
Date: 5/15/2007 11:54 am · Subject: getLineage joinClass expects string, not array ref · Rating: 2
The API docs for AssetLineage::getLineage say that joinClass should be an array ref, but that causes an error. In addition, all the usage of that rule in the built-in classes just pass a string with a single class. The docs should be updated to say that joinClass only accepts a string, not an array ref. Or, preferably, joinClass should be changed to actually accept an array ref of classes to join.
|