#613858 follow-up by cweagans: Rename update function so HEAD works again. ;)

merge-requests/26/head
Angie Byron 2009-12-01 19:19:49 +00:00
parent 7b2a09ead3
commit 48377c459b
1 changed files with 1 additions and 1 deletions

View File

@ -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')));
}