function file_entity_update_7206 in File Entity (fieldable files) 7.3
Same name and namespace in other branches
- 7.2 file_entity.install \file_entity_update_7206()
Configure default pathauto variables if it is currently installed.
File
- ./
file_entity.install, line 812 - Install, update and uninstall functions for the file_entity module.
Code
function file_entity_update_7206() {
if (module_exists('pathauto')) {
variable_set('pathauto_file_pattern', 'file/[file:name]');
}
}