function system_update_8040

Move action_max_stack from variable to config.

Related topics

File

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

Code

function system_update_8040() {
  update_variables_to_config('action.settings', array(
    'actions_max_stack' => 'recursion_limit',
  ));
}