diff --git a/application/shortcut.class.inc.php b/application/shortcut.class.inc.php index 2249b7cff..282fae897 100644 --- a/application/shortcut.class.inc.php +++ b/application/shortcut.class.inc.php @@ -197,7 +197,7 @@ class ShortcutOQL extends Shortcut } $bSearchPane = true; - $bSearchOpen = false; + $bSearchOpen = true; try { OQLMenuNode::RenderOQLSearch($this->Get('oql'), $this->Get('name'), 'shortcut_'.$this->GetKey(), $bSearchPane, $bSearchOpen, $oPage, $aExtraParams, true);