mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Fixing allowed_actions to private for SS 3.1 compatibility
This commit is contained in:
parent
bd60ad80c0
commit
ba1841c3b1
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
class FieldEditor extends FormField {
|
class FieldEditor extends FormField {
|
||||||
|
|
||||||
public static $allowed_actions = array(
|
private static $allowed_actions = array(
|
||||||
'addfield',
|
'addfield',
|
||||||
'addoptionfield'
|
'addoptionfield'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user