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 @@
359
359
}
360
360
}
361
361
362
+ $output->setTitle( $title );
362
363
$request->setVal( 'lqt_method', $method );
363
364
$request->setVal( 'lqt_operand', $operand );
364
365
Status & tagging log
14:12, 7 January 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r79182
[
removed:
new
added:
ok]