Merge pull request #552 from hailwood/patch-1

Make getMergeFieldsMap protected
This commit is contained in:
Robbie Averill 2017-08-11 15:19:27 +12:00 committed by GitHub
commit c6b30990c8
1 changed files with 1 additions and 1 deletions

View File

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