From: Joey Hess Date: Tue, 22 Jul 2008 19:07:07 +0000 (-0400) Subject: qualifiy X-Git-Tag: 2.55~73 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cf9620074acb1309118f08094229ce21d7352ed0;p=ikiwiki.git qualifiy --- diff --git a/IkiWiki/Plugin/rename.pm b/IkiWiki/Plugin/rename.pm index 345cd7324..c0ccb25ce 100644 --- a/IkiWiki/Plugin/rename.pm +++ b/IkiWiki/Plugin/rename.pm @@ -48,7 +48,7 @@ sub check_canrename ($$$$$$$) { #{{{ } # Must be a legal filename. - if (file_pruned($destfile, $config{srcdir})) { + if (IkiWiki::file_pruned($destfile, $config{srcdir})) { error(sprintf(gettext("illegal name"))); }