Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 6cbb59d

Browse files
authored
Merge pull request #741 from rhdunn/fix-ctrl-ext
issue #740: make -EXT work from modules and filesystem
2 parents daa098c + 197cdc5 commit 6cbb59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/config/config.xqy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ declare variable $c:ROXY-ROUTES :=
6868
:
6969
: ***********************************************
7070
:)
71-
declare variable $c:CTRL-EXT := ("@ml.controller-ext", $def:CTRL-EXT)[fn:not(. eq "@ml.controller-ext")][1];
71+
declare variable $c:CTRL-EXT := ("@ml.controller-ext", $def:CTRL-EXT)[fn:not(. eq "@" || "ml.controller-ext")][1];
7272

7373
(:
7474
: ***********************************************

0 commit comments

Comments
 (0)