diff --git a/module/user/control.php b/module/user/control.php index 87973dd945..d2e56c6a71 100755 --- a/module/user/control.php +++ b/module/user/control.php @@ -344,7 +344,7 @@ class user extends control $pager = pager::init($recTotal, $recPerPage, $pageID); $this->view->title = $this->lang->user->common . $this->lang->colon . $this->lang->user->execution; - $this->view->executions = $this->user->getObjects($user->account, 'execution', 'all', $orderBy, $pager); + $this->view->executions = $this->user->getExecutions($user->account, 'all', $orderBy, $pager); $this->view->deptUsers = $users; $this->view->user = $user; $this->view->orderBy = $orderBy;