]> sipb.mit.edu Git - ikiwiki.git/commitdiff
qualifiy
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 22 Jul 2008 19:07:07 +0000 (15:07 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 22 Jul 2008 19:07:07 +0000 (15:07 -0400)
IkiWiki/Plugin/rename.pm

index 345cd73243475a605b071298be5f2161d37c14b2..c0ccb25ce8d4ac69b4159ff9500854560b0b0857 100644 (file)
@@ -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")));
                }