* Fix an error: Divide the my bug query condition from bug query condition.

This commit is contained in:
hufangzhou
2021-09-17 09:30:11 +08:00
parent ddd1de7fa9
commit b09b80d4e7
+1 -1
View File
@@ -355,7 +355,7 @@ class my extends control
$sort = $this->loadModel('common')->appendOrder($orderBy);
$bugs = $this->loadModel('bug')->getUserBugs($this->app->user->account, $type, $sort, 0, $pager);
$bugs = $this->bug->checkDelayedBugs($bugs);
$this->loadModel('common')->saveQueryCondition($this->dao->get(), 'bug');
$this->loadModel('common')->saveQueryCondition($this->dao->get(), 'myBug');
/* assign. */
$this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->bug;