mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge pull request #552 from hailwood/patch-1
Make getMergeFieldsMap protected
This commit is contained in:
commit
c6b30990c8
@ -706,7 +706,7 @@ JS
|
||||
* @param ArrayList fields
|
||||
* @return ArrayData
|
||||
*/
|
||||
private function getMergeFieldsMap($fields = array())
|
||||
protected function getMergeFieldsMap($fields = array())
|
||||
{
|
||||
$data = new ArrayData(array());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user