diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/update.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/update.inc b/includes/update.inc index 3a131083d..41f33f402 100644 --- a/includes/update.inc +++ b/includes/update.inc @@ -746,7 +746,7 @@ function update_fix_d7_requirements() { // Rename 'site_offline_message' variable to 'maintenance_mode_message' // and 'site_offline' variable to 'maintenance_mode'. // Old variable is removed in update for system.module, see - // system_update_7036(). + // system_update_7072(). if ($message = variable_get('site_offline_message', NULL)) { variable_set('maintenance_mode_message', $message); } |