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

Change subject: Fix api-flow-topic-history and api-flow-post-history
......................................................................


Fix api-flow-topic-history and api-flow-post-history

ApiFlowViewPostHistory and ApiFlowViewTopicHistory were not in
autoload.php for some reason.

Bug: T108317
Change-Id: Id99f5fc4c1ca727763fc645cb02ccd0ac1224cc6
---
M autoload.php
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  John Vandenberg: Looks good to me, but someone else must approve
  Mattflaschen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/autoload.php b/autoload.php
index 98b153b..c6d1cf6 100644
--- a/autoload.php
+++ b/autoload.php
@@ -29,7 +29,9 @@
        'Flow\\Api\\ApiFlowUndoEditTopicSummary' => __DIR__ . 
'/includes/Api/ApiFlowUndoEditTopicSummary.php',
        'Flow\\Api\\ApiFlowViewHeader' => __DIR__ . 
'/includes/Api/ApiFlowViewHeader.php',
        'Flow\\Api\\ApiFlowViewPost' => __DIR__ . 
'/includes/Api/ApiFlowViewPost.php',
+       'Flow\\Api\\ApiFlowViewPostHistory' => __DIR__ . 
'/includes/Api/ApiFlowViewPostHistory.php',
        'Flow\\Api\\ApiFlowViewTopic' => __DIR__ . 
'/includes/Api/ApiFlowViewTopic.php',
+       'Flow\\Api\\ApiFlowViewTopicHistory' => __DIR__ . 
'/includes/Api/ApiFlowViewTopicHistory.php',
        'Flow\\Api\\ApiFlowViewTopicList' => __DIR__ . 
'/includes/Api/ApiFlowViewTopicList.php',
        'Flow\\Api\\ApiFlowViewTopicSummary' => __DIR__ . 
'/includes/Api/ApiFlowViewTopicSummary.php',
        'Flow\\Api\\ApiParsoidUtilsFlow' => __DIR__ . 
'/includes/Api/ApiParsoidUtilsFlow.php',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id99f5fc4c1ca727763fc645cb02ccd0ac1224cc6
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Sbisson <[email protected]>
Gerrit-Reviewer: Happy5214 <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Sbisson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to