Make getMergeFieldsMap protected

Annoying having to copy this method if you want to replace "process" in an extending class so we'll make it a bit looser shall we?
This commit is contained in:
Matthew Hailwood 2017-03-01 10:33:05 +13:00 committed by GitHub
parent e0d9399654
commit 704690b798

View File

@ -838,7 +838,7 @@ JS
* @param ArrayList fields
* @return ArrayData
*/
private function getMergeFieldsMap($fields = array())
protected function getMergeFieldsMap($fields = array())
{
$data = new ArrayData(array());