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

Change-Id: Icd7c15830c524b4492d0acc0528694cbc9a4f424
This commit is contained in:
James D. Forrester 2017-05-08 16:42:20 -07:00
parent a7f56f02e6
commit 40d115c806

View file

@ -37,7 +37,7 @@ class ApiVisualEditor extends ApiBase {
*
* @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