function system_update_7047
Normalize the front page path variable.
Related topics
File
-
modules/
system/ system.install, line 2501
Code
function system_update_7047() {
variable_set('site_frontpage', drupal_get_normal_path(variable_get('site_frontpage', 'node')));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.