function system_update_7047
Normalize the front page path variable.
Related topics
Archivo
- drupal-7.x/
modules/ system/ system.install, line 2371 - Install, update and uninstall functions for the system module.
Código
function system_update_7047() {
variable_set('site_frontpage', drupal_get_normal_path(variable_get('site_frontpage', 'node')));
}