public function feedSetup()
 {
     global $wgRequest;
     $opts = parent::feedSetup();
     $opts['target'] = $wgRequest->getVal('target');
     return $opts;
 }
 public function feedSetup()
 {
     global $wgRequest;
     $opts = parent::feedSetup();
     # Feed is cached on limit,hideminor,target; other params would randomly not work
     $opts['target'] = $wgRequest->getVal('target');
     return $opts;
 }