Index: branches/wmf/1.18wmf1/includes/specials/SpecialAllmessages.php |
— | — | @@ -115,7 +115,7 @@ |
116 | 116 | $this->langcode = $this->lang->getCode(); |
117 | 117 | $this->foreign = $this->langcode != $wgContLang->getCode(); |
118 | 118 | |
119 | | - $request = $this->getRequest(); |
| 119 | + $request = $wgRequest; |
120 | 120 | |
121 | 121 | $this->filter = $request->getVal( 'filter', 'all' ); |
122 | 122 | if( $this->filter === 'all' ){ |