mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Removed setter function
Removed setter function to reduce overhead and be more inline with current standards
This commit is contained in:
parent
9594625115
commit
765a6b4130
@ -64,13 +64,6 @@ class UserDefinedForm extends Page {
|
|||||||
*/
|
*/
|
||||||
private static $recipients_warning_enabled = false;
|
private static $recipients_warning_enabled = false;
|
||||||
|
|
||||||
/**
|
|
||||||
* @return Boolean
|
|
||||||
*/
|
|
||||||
public static function set_recipients_warning_enabled($bool = true) {
|
|
||||||
self::$recipients_warning_enabled = $bool;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Temporary storage of field ids when the form is duplicated.
|
* Temporary storage of field ids when the form is duplicated.
|
||||||
* Example layout: array('EditableCheckbox3' => 'EditableCheckbox14')
|
* Example layout: array('EditableCheckbox3' => 'EditableCheckbox14')
|
||||||
|
Loading…
Reference in New Issue
Block a user