Followup r104353, fixing a regression in the BlockList
authorJohn Du Hart <johnduhart@users.mediawiki.org>
Sun, 27 Nov 2011 18:28:13 +0000 (18:28 +0000)
committerJohn Du Hart <johnduhart@users.mediawiki.org>
Sun, 27 Nov 2011 18:28:13 +0000 (18:28 +0000)
includes/specials/SpecialBlockList.php

index a6dee57..8334c99 100644 (file)
@@ -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() );