Skip to content

Commit

Permalink
issue marklogic-community#736: fix CTRL-EXT from a filesystem modules DB
Browse files Browse the repository at this point in the history
  • Loading branch information
reecedunn67 committed Feb 10, 2017
1 parent 91860d8 commit 7cfc4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/config/config.xqy
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ declare variable $c:ROXY-ROUTES :=
:
: ***********************************************
:)
declare variable $c:CTRL-EXT := ("@ml.controller-ext", $def:CTRL-EXT)[1];
declare variable $c:CTRL-EXT := ("@ml.controller-ext", $def:CTRL-EXT)[fn:not(. eq "@ml.controller-ext")][1];

(:
: ***********************************************
Expand Down

0 comments on commit 7cfc4d6

Please sign in to comment.