* Finish task #7460.

This commit is contained in:
sgm0422
2020-07-16 09:58:00 +08:00
parent 2fd9dd2290
commit 54097d246d
+1
View File
@@ -147,6 +147,7 @@ class webhook extends control
$this->session->set('bugList', $uri);
$this->session->set('caseList', $uri);
$this->session->set('testtaskList', $uri);
$this->session->set('todoList', $uri);
$this->app->loadClass('pager', $static = true);
$pager = new pager($recTotal, $recPerPage, $pageID);