response
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 25 Mar 2010 04:11:39 +0000 (00:11 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 25 Mar 2010 04:11:39 +0000 (00:11 -0400)
doc/bugs/filecheck_failing_to_find_files.mdwn

index 49de3d435511a95b8c8f10877447d8ca3dcd3463..e41793ee822f68114eef40e58841d47ce70640c9 100644 (file)
@@ -2,6 +2,9 @@ Using the attachment plugin, when filecheck was checking the mime-type of the at
 
 It turns out that the filecheck plugin couldn't find the file, because it was merely using the $pagesources hash, rather than finding the absolute path of the file in question.
 
+> I don't understand why the file was not in `%pagesources`. Do you?
+> --[[Joey]] 
+
 The following patch fixes the problem:
 
        diff --git a/IkiWiki/Plugin/filecheck.pm b/IkiWiki/Plugin/filecheck.pm