Index: trunk/extensions/LiquidThreads/pages/TalkpageView.php |
— | — | @@ -106,7 +106,7 @@ |
107 | 107 | |
108 | 108 | $row .= Xml::element( 'td', null, count( $thread->replies() ) ); |
109 | 109 | |
110 | | - $timestamp = $wgLang->timeanddate( $thread->created(), true ); |
| 110 | + $timestamp = $wgLang->timeanddate( $thread->modified(), true ); |
111 | 111 | $row .= Xml::element( 'td', null, $timestamp ); |
112 | 112 | |
113 | 113 | $row = Xml::tags( 'tr', null, $row ); |