fix comment matching pagespecs
authorJoey Hess <joey@kitenet.net>
Fri, 7 May 2010 17:59:08 +0000 (13:59 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 7 May 2010 18:02:30 +0000 (14:02 -0400)
commitb50b549cabc8695959628bee10e015d2dcbb2e95
tree396a9cbac5b9422fed0fa3d159cc6d2712819dce
parentfe8f4a77818f835aaaeb3784ca954e9ae96b4709
fix comment matching pagespecs

test isinternal first, because match_glob with internal => 1 also returns
non-internal pages that match. This order should also be faster.

Remove test to see if pagesources is set. isinternal will not succeed if it
is not.
IkiWiki/Plugin/comments.pm
debian/changelog