mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
BUG Remove bad default value for UserForm Content (#926)
* BUG Remove bad default value for UserForm Content * BUG Update travis build to use Xenial
This commit is contained in:
parent
0114ea4275
commit
71a8cac9e5
@ -1,5 +1,10 @@
|
||||
language: php
|
||||
|
||||
dist: xenial
|
||||
|
||||
services:
|
||||
- mysql
|
||||
|
||||
env:
|
||||
global:
|
||||
- COMPOSER_ROOT_VERSION=5.0.x-dev
|
||||
|
@ -107,7 +107,6 @@ trait UserForm
|
||||
* @var array Default values of variables when this page is created
|
||||
*/
|
||||
private static $defaults = [
|
||||
'Content' => '$UserDefinedForm',
|
||||
'DisableSaveSubmissions' => 0,
|
||||
'OnCompleteMessage' => '<p>Thanks, we\'ve received your submission.</p>'
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user