* Fix bug.

This commit is contained in:
zhouxin
2022-05-19 03:07:55 +00:00
parent 235b04f76e
commit 8a2e6d63cb
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ class bug extends control
$queryID = ($browseType == 'bysearch') ? (int)$param : 0;
/* Set session. */
$this->session->set('bugList', $this->app->getURI(true), 'qa');
$this->session->set('bugList', $this->app->getURI(true) . "#app={$this->app->tab}", 'qa');
/* Set moduleTree. */
if($browseType == '')