]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/filecheck_failing_to_find_files.mdwn
Change Projects link to point to projects DB
[ikiwiki.git] / doc / bugs / filecheck_failing_to_find_files.mdwn
index 3209c8f5326d7b08a50354a6d35f06062e647f4e..6501508e47afc879f665320a39292826333f34ea 100644 (file)
@@ -21,7 +21,11 @@ It turns out that the filecheck plugin couldn't find the file, because it was me
 >>>> The reason my patch worked is because, rather than checking whether a filename was passed in before applying IkiWiki::srcfile to the filename, it checks whether the file can be found, and if it cannot be found, then it applies IkiWiki::srcfile to the filename.
 >>>> --[[KathrynAndersen]]
 
->>>>> Can you test if this patch fixes that? --[[Joey]] 
+>>>>> Can you test if this patch fixes that? --[[Joey]]
+
+>>>>>> Yes, it works! --[[KathrynAndersen]]
+
+applied && [[done]]
 
 <pre>
 diff --git a/IkiWiki/Plugin/remove.pm b/IkiWiki/Plugin/remove.pm