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

Change subject: Bug: Typo in property name
......................................................................


Bug: Typo in property name

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

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



diff --git a/includes/Import/LiquidThreadsApi/Objects.php 
b/includes/Import/LiquidThreadsApi/Objects.php
index 3554604..116fc97 100644
--- a/includes/Import/LiquidThreadsApi/Objects.php
+++ b/includes/Import/LiquidThreadsApi/Objects.php
@@ -269,7 +269,7 @@
        }
 
        public function getAuthor() {
-               return $this->scriptUser->getName();
+               return $this->destinationScriptUser->getName();
        }
 
        // XXX: This is called but never used, but if it were, including 
getText and getAuthor in

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I52dc2c8ea876a32685770aa5e2569b6dcc8159d0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Mattflaschen <[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