diff --git a/module/my/control.php b/module/my/control.php index eda42710ab..ca8ce56829 100755 --- a/module/my/control.php +++ b/module/my/control.php @@ -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(); }