Index: branches/wmf-deployment/extensions/LiquidThreads/classes/Thread.php |
— | — | @@ -351,7 +351,7 @@ |
352 | 352 | if ( is_null( $line ) ) { // For Thread::create(). |
353 | 353 | $dbr = wfGetDB( DB_SLAVE ); |
354 | 354 | $this->modified = $dbr->timestamp( wfTimestampNow() ); |
355 | | - $this->created = $dbr->timestamp( wfTimestampNow() ) ); |
| 355 | + $this->created = $dbr->timestamp( wfTimestampNow() ); |
356 | 356 | $this->sortkey = $dbr->timestamp( wfTimestampNow() ); |
357 | 357 | $this->editedness = Threads::EDITED_NEVER; |
358 | 358 | $this->replyCount = 0; |
Property changes on: branches/wmf-deployment/extensions/LiquidThreads |
___________________________________________________________________ |
Name: svn:mergeinfo |
359 | 359 | - /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 |
360 | 360 | + /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 |