]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/undefined_value_as_a_HASH_reference.mdwn
Merge remote-tracking branch 'remotes/smcv/ready/openid'
[ikiwiki.git] / doc / bugs / undefined_value_as_a_HASH_reference.mdwn
index 2c470e096bd86e6359f3df69bbdc540e42623d02..228c3baac2659c7a8b4c5e9991c3d1046409c699 100644 (file)
@@ -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]]