jenkins-bot has submitted this change and it was merged.

Change subject: Bug: LQT import wrong date on topics
......................................................................


Bug: LQT import wrong date on topics

Change-Id: I9a8305a0d1921919b166b6897354fa9951cb9c55
---
M includes/Import/LiquidThreadsApi/Objects.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/Import/LiquidThreadsApi/Objects.php 
b/includes/Import/LiquidThreadsApi/Objects.php
index 734b1a7..ff990c1 100644
--- a/includes/Import/LiquidThreadsApi/Objects.php
+++ b/includes/Import/LiquidThreadsApi/Objects.php
@@ -135,7 +135,7 @@
        }
 
        public function getTimestamp() {
-               return wfTimestamp( TS_MW, $this->apiResponse['modified'] );
+               return wfTimestamp( TS_MW, $this->apiResponse['created'] );
        }
 
        /**

-- 
To view, visit https://gerrit.wikimedia.org/r/174033
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9a8305a0d1921919b166b6897354fa9951cb9c55
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: SG <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to