Posted by Mark Theunissen on July 23, 2011 at 8:50am
4 followers
| Project: | Drupal core |
| Version: | 8.x-dev |
| Component: | theme system |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | needs backport to D7 |
Issue Summary
The $closure was replaced by $page_bottom, see http://drupal.org/node/254940#closure
However in the function template_preprocess_maintenance_page() it is still being assigned:
$variables['closure'] = '';This is confusing as it's not mentioned anywhere else in the code. Patch removes it.
Comments
#1
#2
#3
Oops. :P
Committed and pushed to 8.x and 7.x. Thanks!
#4
Automatically closed -- issue fixed for 2 weeks with no activity.