Revision 7e3ea4a8
Added by Christian McDonald over 2 years ago
src/etc/inc/config.lib.inc | ||
---|---|---|
508 | 508 |
continue; |
509 | 509 |
} |
510 | 510 |
if (isset($already_run[$migration_function])) { |
511 |
/* Already executed, skip now */ |
|
512 |
unset($config['system'] |
|
513 |
['already_run_config_upgrade'] |
|
514 |
[$migration_function]); |
|
511 |
config_del_path("system/already_run_config_upgrade/{$migration_function}"); |
|
515 | 512 |
} else { |
516 | 513 |
$migration_function(); |
517 | 514 |
} |
Also available in: Unified diff
Rector some config unsets with complex paths.