Skip to content

Commit b86d2dd

Browse files
committed
OutputToStr error fix - check for correct class existence
1 parent d9521ca commit b86d2dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/AbstractREST.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ pArgs - additional arguments]]></Description>
469469
} else {
470470
do $Method(pobj,pMethod,pArgs)
471471
}
472-
} elseif $$$comClassDefined("%Library.Array") {
472+
} elseif $$$comClassDefined(pObj) {
473473
if $d(pArgs)= 0 {
474474
do $ClassMethod(pobj,pMethod)
475475
} else {

0 commit comments

Comments
 (0)