Index: trunk/extensions/LiquidThreads/classes/View.php |
— | — | @@ -275,7 +275,7 @@ |
276 | 276 | function queryReplaceLink( $repls ) { |
277 | 277 | $query = $this->getReplacedQuery( $repls ); |
278 | 278 | |
279 | | - return $this->title->getLocalURL( wfArrayToCGI( $vs ) ); |
| 279 | + return $this->title->getLocalURL( wfArrayToCGI( $query ) ); |
280 | 280 | } |
281 | 281 | |
282 | 282 | function getReplacedQuery( $replacements ) { |