Skip to content

Commit

Permalink
Relative path is better here
Browse files Browse the repository at this point in the history
as Peter suggested
  • Loading branch information
roewenstrunk committed Dec 2, 2024
1 parent 6731a4f commit fe53c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add/data/xqm/edition.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ declare namespace xlink = "http://www.w3.org/1999/xlink";

(: VARIABLE DECLARATIONS =================================================== :)

declare variable $edition:default-prefs-location as xs:string := request:get-parameter('exist:controller','xmldb:exist:///db/apps/Edirom-Online') || '/data/prefs/edirom-prefs.xml';
declare variable $edition:default-prefs-location as xs:string := '../prefs/edirom-prefs.xml';

(: FUNCTION DECLARATIONS =================================================== :)

Expand Down

0 comments on commit fe53c92

Please sign in to comment.