https://bugzilla.wikimedia.org/show_bug.cgi?id=19662
Svemir Brkic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #2 from Svemir Brkic <[email protected]> 2011-09-05 10:45:06 UTC --- This was caused by this line in SpecialSearch::shortDialog prior to MW 1.18 $out .= Html::hidden( "redirs", (int)$this->searchRedirects ) . "\n"; The flow was apparently changed a bit in 1.18, and "redirs" option is skipped when generating hidden fields. It works fine for me in 1.17 if I comment out the offending line. There is no need to render the hidden field when checkbox is there. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
