Last modified: 2012-08-31 22:17:42 UTC
In SpecialBlock.php, function showForm(), you create the first block option with $blockExpiryFormOptions = "<option value=\"other\">$mIpbothertime</option>"; but later, in doSubmit(), you check if it was selected with if ($expirestr == wfMsg('ipbotheroption')) I think it should be if ($expirestr == "other")) Thanks.
(In reply to comment #0) > I think it should be > > if ($expirestr == "other")) ...minus the last ")".
This correction has been applied.