mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
FIX: remove redundant extension definition
This commit is contained in:
parent
44c4997be2
commit
55c455b802
@ -37,10 +37,6 @@ class UserDefinedForm extends Page {
|
|||||||
'OnCompleteMessage' => '<p>Thanks, we\'ve received your submission.</p>'
|
'OnCompleteMessage' => '<p>Thanks, we\'ve received your submission.</p>'
|
||||||
);
|
);
|
||||||
|
|
||||||
public static $extensions = array(
|
|
||||||
"Versioned('Stage', 'Live')"
|
|
||||||
);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user