From: John Du Hart Date: Sun, 27 Nov 2011 18:28:13 +0000 (+0000) Subject: Followup r104353, fixing a regression in the BlockList X-Git-Tag: 1.31.0-rc.0~26267 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=e91e4c55628fb487d42140a788044539416992a6;p=lhc%2Fweb%2Fwiklou.git Followup r104353, fixing a regression in the BlockList --- diff --git a/includes/specials/SpecialBlockList.php b/includes/specials/SpecialBlockList.php index a6dee5743d..8334c99748 100644 --- a/includes/specials/SpecialBlockList.php +++ b/includes/specials/SpecialBlockList.php @@ -49,6 +49,7 @@ class SpecialBlockList extends SpecialPage { $request = $this->getRequest(); $par = $request->getVal( 'ip', $par ); $this->target = trim( $request->getVal( 'wpTarget', $par ) ); + $request->setVal( 'wpTarget', $this->target ); $this->options = $request->getArray( 'wpOptions', array() );