X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/db16c8d8ef56ca7467b38854b5edef49996e0a5b..bbf61fe06f00e39e55f326d41f8c49b753c853de:/doc/bugs/undefined_value_as_a_HASH_reference.mdwn diff --git a/doc/bugs/undefined_value_as_a_HASH_reference.mdwn b/doc/bugs/undefined_value_as_a_HASH_reference.mdwn index 2c470e096..228c3baac 100644 --- a/doc/bugs/undefined_value_as_a_HASH_reference.mdwn +++ b/doc/bugs/undefined_value_as_a_HASH_reference.mdwn @@ -62,3 +62,7 @@ perl -le 'use warnings; use strict; use Data::Dumper; use IkiWiki; %config=IkiWi > I was able to replicate this by making a plugin's getsetup hook return a list reference, rather than a list, > and have put in a guard against that sort of thing. > --[[Joey]] + +>> Thanks. Your command didn't helped me, but with trial and error approach I found that the victim an old version asciidoc plugin. For some reason, asciidoc was never listed in the output of the command. --[[wentasah]] + +>>> Ok. My fix should prevent the problem, so [[done]] --[[Joey]]