diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 16:21:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 16:21:59 -0400 |
commit | d9af10a1be44c63c6565a46fbd7bcf18424e5b41 (patch) | |
tree | 0ab976f0ef054bf827421397ee096d93a169da06 /IkiWiki/Plugin | |
parent | 90de84b44240de36f1bfbc97e24e2c4dbdf3c559 (diff) |
typos
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/remove.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/remove.pm b/IkiWiki/Plugin/remove.pm index 2c00c1b15..a43f511b3 100644 --- a/IkiWiki/Plugin/remove.pm +++ b/IkiWiki/Plugin/remove.pm @@ -139,7 +139,7 @@ sub sessioncgi ($$) { #{{{ # verified the file is a known source file, # and is in the srcdir, and is a regular # file. - push @files, possibly_foolish_untaint($file); + push @files, IkiWiki::possibly_foolish_untaint($file); } # Do removal, and update the wiki. |