* Finish task #41800.

This commit is contained in:
tianshujie98
2021-08-25 10:45:33 +08:00
parent 452aaac4d7
commit f8074fdafb
15 changed files with 156 additions and 426 deletions
+1 -1
View File
@@ -529,7 +529,7 @@ class my extends control
$this->app->loadLang('project');
$this->app->session->set('programList', $this->app->getURI(true), 'program');
$this->app->session->set('projectList', $this->app->getURI(true), 'project');
$this->app->session->set('projectList', $this->app->getURI(true), 'my');
/* Set the pager. */
$this->app->loadClass('pager', $static = true);