Skip to content

Commit e2eaa1e

Browse files
authored
Merge pull request #904 from evolvedbinary/compat-exist-7.x.x
Make compatible with eXist-db 7.x.x
2 parents e8f95f7 + 1e5b158 commit e2eaa1e

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)