inline: Minor optimisation.
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 6 May 2009 00:06:50 +0000 (20:06 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 6 May 2009 00:06:50 +0000 (20:06 -0400)
commite77d0030d61b8b8ad44f296a003c8713766ffd51
tree0b397fa4da20a5299f61b6aad6726a52cb250b60
parentad2f1805a9994440b68c6972b92a88a520ad98fc
inline: Minor optimisation.

When finding the pageurl, it was calling bestlink unnecessarily.
Since at this point $page contains the full name of the page that
is being inlined, there is no need to do bestlink's scan
for it.

This is only a minor optimisation, since bestlink is only called
once per displayed, inlined page.
IkiWiki/Plugin/inline.pm
debian/changelog