https://bugzilla.wikimedia.org/show_bug.cgi?id=66202
--- Comment #4 from Masin Al-Dujaili <[email protected]> --- If I change line 428 in extensions/SemanticForms/includes/SF_FormUtils.php: $output = $parser->parse( $form_def, $title, $parser->getOptions()); to $output = $parser->parse( $form_def, $title, $parser->getOptions(), true, false); Special:RunQuery works as expected. Or it seems so at least. But what did I do? I changed the parameter $clearState of parse() to something else than its default of 'true'. What does $clearState mean in this context? -- 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
