* Adjust session.

This commit is contained in:
holan20180123
2021-03-24 13:53:03 +08:00
parent 13b80c645b
commit cea111abed
4 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ class tree extends control
$this->lang->tree->menuOrder = $this->lang->project->menuOrder;
/* The project parameter needs to be present when the tree module belongs to the project grouping. */
if($this->session->docList && $this->session->project && strpos($this->session->docList, 'project') === false) $this->session->set('docList', $this->session->docList . '?project=' . $this->session->project);
if($this->session->docList && $this->session->project && strpos($this->session->docList, 'project') === false) $this->session->set('docList', $this->session->docList . '?project=' . $this->session->project, 'project');
}
if($from == 'doc') $this->lang->navGroup->doc = 'doc';