jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/352727 )

Change subject: Follow-up fa2efb9e5 part II: Don't try to call a private 
function
......................................................................


Follow-up fa2efb9e5 part II: Don't try to call a private function

Change-Id: Icd7c15830c524b4492d0acc0528694cbc9a4f424
---
M ApiVisualEditor.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/ApiVisualEditor.php b/ApiVisualEditor.php
index 28847c7..b7e9e54 100644
--- a/ApiVisualEditor.php
+++ b/ApiVisualEditor.php
@@ -37,7 +37,7 @@
         *
         * @return VirtualRESTService the VirtualRESTService object to use
         */
-       private function getVRSObject() {
+       protected function getVRSObject() {
                // the params array to create the service object with
                $params = [];
                // the VRS class to use, defaults to Parsoid

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icd7c15830c524b4492d0acc0528694cbc9a4f424
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: Catrope <r...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to