function system_update_8030

Move authorize system settings from variable to config.

Related topics

File

drupal/core/modules/system/system.install, line 1710
Install, update and uninstall functions for the system module.

Code

function system_update_8030() {
  update_variables_to_config('system.authorize', array(
    'authorize_filetransfer_default' => 'filetransfer_default',
  ));
}