Small comment tweak on that last patch.

8.0.x
webchick 2012-10-13 21:27:33 -07:00
parent 416ac0c5e1
commit f0cde9394a
1 changed files with 2 additions and 1 deletions

View File

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