* Fix an error: Divide the my bug query condition from bug query condition.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user