From 08a9295debb6e079ca998ea276963bca65f8ca77 Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Mon, 13 May 2019 15:32:28 -0400 Subject: [PATCH] Fix typo --- src/main/xar-resources/modules/reindex.xql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/xar-resources/modules/reindex.xql b/src/main/xar-resources/modules/reindex.xql index fd3f8f9..ba42938 100644 --- a/src/main/xar-resources/modules/reindex.xql +++ b/src/main/xar-resources/modules/reindex.xql @@ -5,7 +5,7 @@ import module namespace config="http://exist-db.org/xquery/apps/config" at "conf declare option exist:serialize "method=json media-type=application/javascript"; -let $isDba := sm:is-dba(xsm:id()/sm:id/(sm:effective|sm:real)[1]/sm:username) +let $isDba := sm:is-dba(sm:id()/sm:id/(sm:effective|sm:real)[1]/sm:username) return if ($isDba) then