websetup: Avoid a crash when a new array setup item has been added in a new ikiwiki...
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 31 Dec 2008 05:44:54 +0000 (00:44 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 31 Dec 2008 05:44:54 +0000 (00:44 -0500)
commit3e8b7a6b196767d2c7d21790b6ed7c3fb5f70d31
tree82ebef7ab97a9e9f7f614fa2d2847fdd413c925e
parent0daa4eb521a32b9ed00e99a2155416a312d478de
websetup: Avoid a crash when a new array setup item has been added in  a new ikiwiki release, and is thus not present in the setup file yet.

This happened with camelcase_ignore. The code tried to convert the undef
value for it into an array.
IkiWiki/Plugin/websetup.pm
debian/changelog