r57523 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57522‎ | r57523 | r57524 >
Date:16:16, 8 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Merge r57522
Modified paths:
  • /branches/wmf-deployment/extensions/LiquidThreads (modified) (history)
  • /branches/wmf-deployment/extensions/LiquidThreads/classes/Thread.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/LiquidThreads/classes/Thread.php
@@ -351,7 +351,7 @@
352352 if ( is_null( $line ) ) { // For Thread::create().
353353 $dbr = wfGetDB( DB_SLAVE );
354354 $this->modified = $dbr->timestamp( wfTimestampNow() );
355 - $this->created = $dbr->timestamp( wfTimestampNow() ) );
 355+ $this->created = $dbr->timestamp( wfTimestampNow() );
356356 $this->sortkey = $dbr->timestamp( wfTimestampNow() );
357357 $this->editedness = Threads::EDITED_NEVER;
358358 $this->replyCount = 0;
Property changes on: branches/wmf-deployment/extensions/LiquidThreads
___________________________________________________________________
Name: svn:mergeinfo
359359 - /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57517,57520
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447
360360 + /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57522
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57522Remove rogue parenwerdna16:15, 8 October 2009

Status & tagging log