summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-07-28 16:27:55 -0400
committerwebchick <webchick@24967.no-reply.drupal.org>2011-07-28 16:27:55 -0400
commitdc669853e667853ad7c266c1fe9441558ce07619 (patch)
tree69b37b233a1310453a394b967636b085baaca16d /includes/theme.inc
parent3ed6929fde115aa4de920f0ca3fb6f820e856da0 (diff)
downloadbrdo-dc669853e667853ad7c266c1fe9441558ce07619.tar.gz
brdo-dc669853e667853ad7c266c1fe9441558ce07619.tar.bz2
Issue #1227426 by Mark Theunissen: Fixed variable was removed, but is still being assigned in template_preprocess_maintenance_page().
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 3ae50006a..651a6c1eb 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -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';