chiark
/
gitweb
/
~mdw
/
tgal
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
20adfd3
)
mason/dhandler: Pass arguments to the subcomponent.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 9 Jun 2023 21:11:46 +0000
(22:11 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 9 Jun 2023 21:13:09 +0000
(22:13 +0100)
mason/dhandler
patch
|
blob
|
blame
|
history
diff --git
a/mason/dhandler
b/mason/dhandler
index f66b2b3fa9835b444b129d6df934a34cabd8019c..ca5dad2adfa1d0caa543c91cdcfc34648e56c4ea 100755
(executable)
--- a/
mason/dhandler
+++ b/
mason/dhandler
@@
-324,7
+324,7
@@
Failed to find ‘<% $path |h %>’.
elsif (-f $st) { $comp = ".image"; }
else { $comp = ".not-found"; }
$r->header_out("X-AGPL-Source" => $SRCURL);
elsif (-f $st) { $comp = ".image"; }
else { $comp = ".not-found"; }
$r->header_out("X-AGPL-Source" => $SRCURL);
- $m->comp($comp, path => $path);
+ $m->comp($comp, path => $path
, %ARGS
);
</%init>
%
%###----- That's all, folks -------------------------------------------------
</%init>
%
%###----- That's all, folks -------------------------------------------------