You are here

function yamlform_update_8071 in YAML Form 8

Issue #2826300: yamlform.settings.yml is out-of-sync and missing default values.

File

includes/yamlform.update.inc, line 1411
YAML Form module update hooks.

Code

function yamlform_update_8071(&$sandbox) {

  // Update 'yamlform.settings' configuration.
  _yamlform_update_admin_settings();
}