diff options
author | harishcm <harishcm@web> | 2009-12-02 08:41:16 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-12-02 08:41:16 -0500 |
commit | bd3bb876c292e5426a0dcf69e30f2e371cc4e59c (patch) | |
tree | 6ac9a5ed7f5b422230a7a3de0e6cfddccff112fc | |
parent | 2a0f15d2cd2c5d6855650a27c4f6e7e56900ee84 (diff) | |
download | ikiwiki-bd3bb876c292e5426a0dcf69e30f2e371cc4e59c.tar ikiwiki-bd3bb876c292e5426a0dcf69e30f2e371cc4e59c.tar.gz |
reply to joey's partial bugfix
-rw-r--r-- | doc/bugs/bestlink_returns_deleted_pages.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/bestlink_returns_deleted_pages.mdwn b/doc/bugs/bestlink_returns_deleted_pages.mdwn index 2aed0520c..861663a56 100644 --- a/doc/bugs/bestlink_returns_deleted_pages.mdwn +++ b/doc/bugs/bestlink_returns_deleted_pages.mdwn @@ -30,7 +30,7 @@ won't it make sense for bestlink() to check %pagesources first? --[[harishcm]] >> 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. +>> or scan hooks. Maybe by testing if pagemtime equals zero. --[[harishcm]] ---- |