X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9583d6978a703ecca340ca39eaad1b7741efaee4..de38423a59cd356c1e5d82e8b70dccfa9fa94808:/doc/bugs/discussion_removal.mdwn

diff --git a/doc/bugs/discussion_removal.mdwn b/doc/bugs/discussion_removal.mdwn
index 70bc2f5c0..6da35f37b 100644
--- a/doc/bugs/discussion_removal.mdwn
+++ b/doc/bugs/discussion_removal.mdwn
@@ -7,4 +7,10 @@ link to it in the action bar.
 Looks to me like loadindex is populating %destsources with information
 that the old discussion page exists, which isn't invalidated when ikiwiki
 discovers that the page is gone. This leaves dangling links whenever *any*
-page is deleted, not just a discussion page. --Ethan
\ No newline at end of file
+page is deleted, not just a discussion page. --Ethan
+
+Here's a patch that trawls through %destsources deleting pages when they
+are found to be deleted. It's a little inelegant, but it's simple and it 
+works. --Ethan
+
+Thankyou for the [[patch]]! [[Done]]. --[[Joey]]