Jforrester has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/27/352727/1

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: newchange
Gerrit-Change-Id: Icd7c15830c524b4492d0acc0528694cbc9a4f424
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>

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

Reply via email to