Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Aug 23, 2024
1 parent bcd012e commit c9d8b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/lucee/runtime/java/JavaObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ else if (isInit) {
}

// invoke constructor and call instance method
Object obj = init(arguments, TYPE_METHOD, methodName);
Object obj = init(EMPTY, TYPE_METHOD, methodName);
return mi.invoke(obj);
}
catch (Exception e) {
Expand Down

0 comments on commit c9d8b31

Please sign in to comment.