diff options
author | harishcm <harishcm@web> | 2009-12-02 08:23:08 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-12-02 08:23:08 -0500 |
commit | 2a0f15d2cd2c5d6855650a27c4f6e7e56900ee84 (patch) | |
tree | e9d3358dc5a6a70ee5ce6061141bf83a72f71b45 /doc/bugs | |
parent | 11a6112b561a5624b30cb587a067d35e0098c21d (diff) | |
download | ikiwiki-2a0f15d2cd2c5d6855650a27c4f6e7e56900ee84.tar ikiwiki-2a0f15d2cd2c5d6855650a27c4f6e7e56900ee84.tar.gz |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/bestlink_returns_deleted_pages.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/bestlink_returns_deleted_pages.mdwn b/doc/bugs/bestlink_returns_deleted_pages.mdwn index 035023c7d..2aed0520c 100644 --- a/doc/bugs/bestlink_returns_deleted_pages.mdwn +++ b/doc/bugs/bestlink_returns_deleted_pages.mdwn @@ -28,6 +28,10 @@ won't it make sense for bestlink() to check %pagesources first? --[[harishcm]] > maybe by keeping a copy of the old backlinks info, then that fix could be > applied here too. --[[Joey]] +>> Cool that was fast! Well at least half the bug is solved :) For now I'll +>> probably try using a workaround if using bestlink within the needsbuild +>> or scan hooks. + ---- #!/usr/bin/perl |