diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 13:10:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 13:10:52 -0400 |
commit | 6b19afb3ef4f27516db25da52869280be3e02c14 (patch) | |
tree | 915042f603b76bbe4a31d88998a83af48300c0dd /IkiWiki/Setup | |
parent | 9169c3247ffae04ae2fbc9ceda4176ffb5f263d3 (diff) |
fixes
Diffstat (limited to 'IkiWiki/Setup')
-rw-r--r-- | IkiWiki/Setup/Standard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Setup/Standard.pm b/IkiWiki/Setup/Standard.pm index 0e091b994..912b64ba6 100644 --- a/IkiWiki/Setup/Standard.pm +++ b/IkiWiki/Setup/Standard.pm @@ -57,7 +57,7 @@ sub dumpvalues ($@) { #{{{ } #}}} sub dump ($) { #{{{ - my $file=shift; + my $file=IkiWiki::possibly_foolish_untaint(shift); my %setup=(%config); my @ret; |