Sbisson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/230098

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

Fix api-flow-topic-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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/98/230098/1

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: newchange
Gerrit-Change-Id: Id99f5fc4c1ca727763fc645cb02ccd0ac1224cc6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Sbisson <[email protected]>

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

Reply via email to