EBernhardson has uploaded a new change for review.
https://gerrit.wikimedia.org/r/174033
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow
refs/changes/33/174033/1
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: newchange
Gerrit-Change-Id: I9a8305a0d1921919b166b6897354fa9951cb9c55
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits