Skip to content
Snippets Groups Projects
Commit 13f3c1d9 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #674352 by jersu: correct variable name.

parent d2c08ebd
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -286,7 +286,7 @@ function dblog_filter_form($form) {
'#type' => 'fieldset',
'#title' => t('Filter log messages'),
'#collapsible' => TRUE,
'#collapsed' => empty($session),
'#collapsed' => empty($_SESSION['dblog_overview_filter']),
);
foreach ($filters as $key => $filter) {
$form['filters']['status'][$key] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment