diff --git a/pages/run_query.php b/pages/run_query.php index 7ae99d893..aaa274e1e 100644 --- a/pages/run_query.php +++ b/pages/run_query.php @@ -286,6 +286,7 @@ EOF $aMoreInfoBlocks[] = $oSqlQuerySet; $oMoreInfoSection = new CollapsibleSection(Dict::S('UI:RunQuery:MoreInfo'), $aMoreInfoBlocks); + $oMoreInfoSection->EnableSaveCollapsibleState('run_query__more-info'); $oP->AddUiBlock($oMoreInfoSection); } elseif ($sSyntaxError) { if ($e instanceof OqlException) {