https://bugzilla.wikimedia.org/show_bug.cgi?id=58022
--- Comment #8 from Al Johnson <[email protected]> --- Update I've tracked it down to this line in SF_FormPrinter.php (around line 595): $template_instance_query_values = $wgRequest->getArray( $query_template_name ); On the first submit, it returns the value for the template field <SusForm[Statement Under Scrutiny]>. But, on the second submit from the captcha page, it returns null. Printing the array contents of WebRequest.data at both points show the template field and its value present both times, but on the second time it contains other captcha info so I don't know if the field is wrapped in another array or what and now it's starting to get complicated for my skill level. I hope this info helps so perhaps I can get a patch or else I'll have to fall all the way back to SemanticBundle 1.8alpha. Thanks, Al -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
