1 system.install | system_update_1088() |
Set the file schemes whose paths should not be normalized.
Related topics
File
- core/
modules/ system/ system.install, line 3475 - Install, update and uninstall functions for the system module.
Code
function system_update_1088() {
if (config_get('system.core', 'file_not_normalized_schemes') === NULL) {
config_set('system.core', 'file_not_normalized_schemes', array());
}
}