]> sipb.mit.edu Git - ikiwiki.git/commit
fix false positive in link_types_changed
authorJoey Hess <joey@kitenet.net>
Wed, 21 Apr 2010 23:42:00 +0000 (19:42 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 21 Apr 2010 23:42:00 +0000 (19:42 -0400)
commit1a09cddd39d4e15c442973dc256bf91b3c27997c
tree49e456a8b239002792c2a3777c18dc17cbf86b25
parent1336a3270b664dbd548c6ad66ec981d5fa24a953
fix false positive in link_types_changed

loadindex does not bother populating oldtypedlinks if there is no link
type. However, the code in link_types_changed assumed that if oldtypedlinks
is not defined, and typedlinks is, they must differ.
IkiWiki/Render.pm