summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index debee5616..2b9af7a18 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')));
}