avoid internal error message when img uses just-deleted page
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 21 Jul 2008 20:38:40 +0000 (16:38 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 21 Jul 2008 20:38:40 +0000 (16:38 -0400)
commitd724a26754b3018ff6b119bb016c5ba261a51d0e
treedeb529d2e0156ac5b039397c9c44c32a5a9b3024
parentd9af10a1be44c63c6565a46fbd7bcf18424e5b41
avoid internal error message when img uses just-deleted page

I think this used to be a fatal error, not just inline error, so I don't
know why it was never noticed, but if a page that an img directive mentions
gets deleted, bestlink() returns a file that no longer exists, and
srcfile() throws an error.

Note that bestlink's behavior of returning a deleted file could be
considered buggy. But, if it's changed to not do that, the page with the img
on it is not updated at all when the file is removed.
IkiWiki/Plugin/img.pm