function system_update_7047

7.x system.install system_update_7047()

Normalize the front page path variable.

Related topics

File

drupal-7.x/modules/system/system.install, line 2372
Install, update and uninstall functions for the system module.

Code

function system_update_7047() {
  variable_set('site_frontpage', drupal_get_normal_path(variable_get('site_frontpage', 'node')));
}