Skip to content

Commit cbd5e3b

Browse files
authored
Merge pull request #120 from Frisle/patch-14
FIX: hot fix for AbstractREST method
2 parents fde7909 + 74e625b commit cbd5e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MDX2JSON/AbstractREST.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ClassMethod OnPreDispatch(pUrl As %String, pMethod As %String, ByRef pContinue A
3939
If $$$ISERR(st) {
4040
#; Do ..Http500(st)
4141
Set pContinue = $$$NO
42-
Quit
42+
Quit st
4343
}
4444

4545
#; Dispatch

0 commit comments

Comments
 (0)