Skip to content

Commit 18472cb

Browse files
committed
add logo to maven
1 parent e753012 commit 18472cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/lucee/runtime/functions/system/LuceeExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ else if (args.length == 2) {
6464
return sct;
6565
}
6666
else {
67-
throw new FunctionException(pc, "LuceeVersionsListS3", 0, 1, args.length);
67+
throw new FunctionException(pc, "LuceeExtension", 0, 1, args.length);
6868
}
6969
}
7070
catch (Exception e) {

0 commit comments

Comments
 (0)