diff --git a/modules/system/system.install b/modules/system/system.install index debee561665..2b9af7a18da 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2808,7 +2808,7 @@ function system_update_7046() { /** * Normalize the front page path variable. */ -function system_update_7046() { +function system_update_7047() { variable_set('site_frontpage', drupal_get_normal_path(variable_get('site_frontpage', 'node'))); }