r84360 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84359‎ | r84360 | r84361 >
Date:00:00, 20 March 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix undefined variable from r52307
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/View.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/View.php
@@ -275,7 +275,7 @@
276276 function queryReplaceLink( $repls ) {
277277 $query = $this->getReplacedQuery( $repls );
278278
279 - return $this->title->getLocalURL( wfArrayToCGI( $vs ) );
 279+ return $this->title->getLocalURL( wfArrayToCGI( $query ) );
280280 }
281281
282282 function getReplacedQuery( $replacements ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52307Massive LiquidThreads refactoring and reorganisation:...werdna13:34, 23 June 2009

Status & tagging log