You are here

function webform_update_8105 in Webform 6.x

Same name and namespace in other branches
  1. 8.5 includes/webform.install.update.inc \webform_update_8105()

Issue #2941174 Notice: Undefined index: administer in WebformEntitySettingsAccessForm.

File

includes/webform.install.update.inc, line 1984
Archived Webform update hooks.

Code

function webform_update_8105() {

  // Re-execute update hook to make sure RC2 installs have the correct config.
  webform_update_8095();
}