summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-01 19:19:49 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-01 19:19:49 +0000
commit48377c459b7663cc29e137573d4357823c6a6d98 (patch)
tree7ef0b463c718907fce0eec86d71b84f2ed1634ca /modules
parent7b2a09ead31716090b5a217b69a09d4dfe0a41b0 (diff)
downloadbrdo-48377c459b7663cc29e137573d4357823c6a6d98.tar.gz
brdo-48377c459b7663cc29e137573d4357823c6a6d98.tar.bz2
#613858 follow-up by cweagans: Rename update function so HEAD works again. ;)
Diffstat (limited to 'modules')
-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')));
}