From f0cde9394a070ac958e6150f3fe463df17c84c86 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Sat, 13 Oct 2012 21:27:33 -0700 Subject: [PATCH] Small comment tweak on that last patch. --- core/modules/system/system.install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 49103900b93..ce689622ef1 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -2158,7 +2158,8 @@ function system_update_8027() { * Remove the 'menu_masks' configuration variable. */ function system_update_8028() { - // No upgrade path needed since the menu router will be rebuilt during d7 to d8 upgrade. + // No upgrade path needed since the menu router will be rebuilt during the + // Drupal 7 to Drupal 8 upgrade. update_variable_del('menu_masks'); }