aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/bestlink_change_update_issue.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-08 21:03:33 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-08 21:03:33 +0000
commit35ee7e44a62f9126a83c1243b549d47cc5ca7b43 (patch)
treeba5c6a377f586a8c7114fb4387b2386f06f5e1ee /doc/bugs/bestlink_change_update_issue.mdwn
parentdd2ce6e6a064b804902369c74f8a654755ea3de2 (diff)
downloadikiwiki-35ee7e44a62f9126a83c1243b549d47cc5ca7b43.tar
ikiwiki-35ee7e44a62f9126a83c1243b549d47cc5ca7b43.tar.gz
* Make sure to check for errors from every eval.
Diffstat (limited to 'doc/bugs/bestlink_change_update_issue.mdwn')
-rw-r--r--doc/bugs/bestlink_change_update_issue.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/bestlink_change_update_issue.mdwn b/doc/bugs/bestlink_change_update_issue.mdwn
index f8f132327..67303159b 100644
--- a/doc/bugs/bestlink_change_update_issue.mdwn
+++ b/doc/bugs/bestlink_change_update_issue.mdwn
@@ -6,4 +6,6 @@
* And if Foo/Bar/Baz is then removed, it forgets to update Foo/Bar to link
back to Foo/Baz.
- -- is this still true? (Yes (as of 1.0))
+As of 1.33, this is still true. The buggy code is the %linkchanged
+calculation in refresh(), which doesn't detect that the link has changed in
+this case.