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

Change subject: Implement ApiBase::getParent in ApiFlowBase
......................................................................


Implement ApiBase::getParent in ApiFlowBase

This is needed for non-broken help output with core change Ib14c00df.

Change-Id: I6e9344a4929a22629e34d6333f5a828c154dc9af
---
M includes/api/ApiFlowBase.php
1 file changed, 4 insertions(+), 0 deletions(-)

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



diff --git a/includes/api/ApiFlowBase.php b/includes/api/ApiFlowBase.php
index fdc4694..cca4344 100644
--- a/includes/api/ApiFlowBase.php
+++ b/includes/api/ApiFlowBase.php
@@ -178,4 +178,8 @@
        public function getTokenSalt() {
                return '';
        }
+
+       public function getParent() {
+               return $this->apiFlow;
+       }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6e9344a4929a22629e34d6333f5a828c154dc9af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Anomie <[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