This commit is contained in:
lanzongjun
2022-09-21 15:13:03 +08:00
parent 9ab3bc4937
commit 77af712c03
+1 -1
View File
@@ -654,7 +654,7 @@ class custom extends control
$this->view->position[] = $this->lang->custom->common;
$this->view->position[] = $this->view->title;
$this->view->mode = $mode;
$this->view->program = $this->loadModel('program')->getTopPairs('', '', true);
$this->view->program = $this->loadModel('program')->getTopPairs('', 'noclosed', true);
$this->display();
}