mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
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:
parent
e0d9399654
commit
704690b798
@ -838,7 +838,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