Skip to content

Commit 1e5b158

Browse files
committed
[bugfix] Make view.xql compatible with eXist-db 7.x.x
Closes #903
1 parent c3c7081 commit 1e5b158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/xar-resources/modules/view.xql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let $config := map {
1717
$templates:CONFIG_APP_ROOT : $config:app-root,
1818
$templates:CONFIG_STOP_ON_ERROR : true()
1919
}
20-
let $lookup := function($functionName as xs:string, $arity as xs:int) {
20+
let $lookup := function($functionName as xs:string, $arity as xs:integer) {
2121
try {
2222
function-lookup(xs:QName($functionName), $arity)
2323
} catch * {

0 commit comments

Comments
 (0)