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:
Maxime Rainville 2020-03-09 15:35:58 +13:00 committed by GitHub
parent 0114ea4275
commit 71a8cac9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,10 @@
language: php
dist: xenial
services:
- mysql
env:
global:
- COMPOSER_ROOT_VERSION=5.0.x-dev

View File

@ -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>'
];