r53310 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53309‎ | r53310 | r53311 >
Date:12:56, 15 July 2009
Author:werdna
Status:deferred
Tags:
Comment:
Fix bug 19717, was not a sorting bug but a mislabelled comment.
Modified paths:
  • /trunk/extensions/LiquidThreads/pages/TalkpageView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/pages/TalkpageView.php
@@ -106,7 +106,7 @@
107107
108108 $row .= Xml::element( 'td', null, count( $thread->replies() ) );
109109
110 - $timestamp = $wgLang->timeanddate( $thread->created(), true );
 110+ $timestamp = $wgLang->timeanddate( $thread->modified(), true );
111111 $row .= Xml::element( 'td', null, $timestamp );
112112
113113 $row = Xml::tags( 'tr', null, $row );

Status & tagging log