* Fix bug of sorting dtable in my::todo.

This commit is contained in:
liumengyi
2023-11-06 10:50:31 +08:00
parent 2d45c273ed
commit 8486455e0d
+1 -1
View File
@@ -323,7 +323,7 @@ EOF;
$this->view->doingCount = $doingCount;
$this->view->importFuture = ($type != 'today');
$this->view->pager = $pager;
$this->view->orderBy = $sort;
$this->view->orderBy = $orderBy;
$this->display();
}