diff --git a/module/program/control.php b/module/program/control.php index 60ade68fa4..247d045408 100644 --- a/module/program/control.php +++ b/module/program/control.php @@ -11,8 +11,6 @@ class program extends control public function index($status = 'doing', $orderBy = 'order_desc', $recTotal = 0, $recPerPage = 10, $pageID = 1) { - $this->commonAction(); - if(common::hasPriv('program', 'create')) $this->lang->pageActions = html::a($this->createLink('program', 'create'), " " . $this->lang->program->create, '', "class='btn btn-primary'"); $programType = $this->cookie->programType ? $this->cookie->programType : 'bylist';