r79182 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79181‎ | r79182 | r79183 >
Date:16:18, 29 December 2010
Author:ialex
Status:ok
Tags:
Comment:
Be sure to have the correct Title object in the OutputPage, just in case
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/View.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/View.php
@@ -358,6 +358,7 @@
359359 }
360360 }
361361
 362+ $output->setTitle( $title );
362363 $request->setVal( 'lqt_method', $method );
363364 $request->setVal( 'lqt_operand', $operand );
364365

Status & tagging log