Issue #1227426 by Mark Theunissen: Fixed variable was removed, but is still being assigned in template_preprocess_maintenance_page().

8.0.x
webchick 2011-07-28 16:27:42 -04:00
parent 097c65cc50
commit e2538e1313
1 changed files with 0 additions and 1 deletions

View File

@ -2482,7 +2482,6 @@ function template_preprocess_maintenance_page(&$variables) {
$variables['site_slogan'] = (theme_get_setting('toggle_slogan') ? variable_get('site_slogan', '') : '');
$variables['tabs'] = '';
$variables['title'] = drupal_get_title();
$variables['closure'] = '';
// Compile a list of classes that are going to be applied to the body element.
$variables['classes_array'][] = 'in-maintenance';