aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/filecheck_failing_to_find_files.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-25 00:11:39 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-25 00:11:39 -0400
commit1030d23a2ca1be2680a6fac8366f880a1d1760c6 (patch)
tree240e12bf0b8ac450a6e2f3bbb36387fb80c0a954 /doc/bugs/filecheck_failing_to_find_files.mdwn
parentc757cfa64f56fc17b2c3e4b2c36279f3fcf0f812 (diff)
downloadikiwiki-1030d23a2ca1be2680a6fac8366f880a1d1760c6.tar
ikiwiki-1030d23a2ca1be2680a6fac8366f880a1d1760c6.tar.gz
response
Diffstat (limited to 'doc/bugs/filecheck_failing_to_find_files.mdwn')
-rw-r--r--doc/bugs/filecheck_failing_to_find_files.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/filecheck_failing_to_find_files.mdwn b/doc/bugs/filecheck_failing_to_find_files.mdwn
index 49de3d435..e41793ee8 100644
--- a/doc/bugs/filecheck_failing_to_find_files.mdwn
+++ b/doc/bugs/filecheck_failing_to_find_files.mdwn
@@ -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